https://github.com/bobotig/docolav
(DOminant COlor AVerage) Déterminer la couleur moyenne dominante d'une image.
https://github.com/bobotig/docolav
cimg-library cpp dominant-color image-processing universal
Last synced: about 1 year ago
JSON representation
(DOminant COlor AVerage) Déterminer la couleur moyenne dominante d'une image.
- Host: GitHub
- URL: https://github.com/bobotig/docolav
- Owner: BoboTiG
- License: gpl-2.0
- Created: 2012-07-24T12:34:56.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-01-10T09:25:47.000Z (about 10 years ago)
- Last Synced: 2025-01-03T22:17:31.523Z (over 1 year ago)
- Topics: cimg-library, cpp, dominant-color, image-processing, universal
- Language: C++
- Homepage:
- Size: 3.25 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
docolav
=======
Tous droits (C) 2012-2016 par Mickaël S.
docolav est livré avec ABSOLUMENT AUCUNE GARANTIE.
C'est un programme libre, et vous pouvez le redistribuer sous certaines
conditions. Voir la GNU General Public Licence pour plus de détails.
docolav détermine la couleur moyenne dominante d'une image.
Dépendance
----------
ImageMagick
Installation
------------
make
sudo make install
Usage
-----
docolav FORMAT FICHIER
Où FORMAT est une chaîne de caractères passée à printf().
3 arguments sont valables, dans l'ordre : R, G puis B.
Voici quelques exemples :
docolav "R=%d G=%d B=%d" image.jpg
docolav "HEX(%02X,%02X,%02X)" image.jpg