Picdoc
(abbreviation from PICture DOminating Color) is program that allows to find dominated color in picture. It is very useful tool for those who make legends and need to give to item its colour.
It allows to process JPG (JPEG)
, PNG
and ICO
.
- Windows 10 1607
- Android: Termux
Linux and MacOS are not supported. However, you can build picdoc
from source.
On Windows with cmd.exe/conhost.exe
:
IMPORTANT! conhost.exe
supports 16 colors only, so color image may be incorrect!
On Android (PuTTY/Termux)
:
Picdoc
has only 1 flag: -C
. That flag tells picdoc
to skip grey, black and white colors (44,44,44
, 200,200,200
,0,0,0
).
I did not find file. Run picdoc with filename.
- this error means that file not found. Also that error shows when you ranpicdoc
without filename.I can't recognize file. Is it picture (JPG, JPEG, PNG, ICO)?
- probably, you sent non-image file (for example,.js
,.txt
,.mp4
) topicdoc
.
- Thanks very much to developers of library called color-extractor.
Picdoc
wouldn't exist without it! - Thanks to developers of great library called gookit/color. Without it my program wouldn't show colors in Windows console.
- Thanks to developers of library called bestico/ico. Thanks to it
picdoc
can process.ico
files!
Great! You can make pull request (if you have idea) or issue (if you face problem).