How can I show histogram of an image?
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
What would be nice is to be able to generate a color map file.
That is a image that contains one color pixel for each color that exists
in the image.
EG: convert logo: -colors 32 -colormap t.gif
will return an image that is 1x32 pixels in size at the most.
This minimal image can then be used for a -map argument.
and its size can be used as a final color count.
That is a image that contains one color pixel for each color that exists
in the image.
EG: convert logo: -colors 32 -colormap t.gif
will return an image that is 1x32 pixels in size at the most.
This minimal image can then be used for a -map argument.
and its size can be used as a final color count.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/