possible bug identify -unique IM 6.9.0.0 Q16 Mac OSX
Posted: 2014-12-06T12:06:29-07:00
According to the documentation for identify, it says:
-unique display image the number of unique colors in the image.
But when I try
all I see in the listing is "true" rather than the actual number of colors.
Artifacts:
filename: rose:
identify:unique-colors: true
verbose: true
I think it might be very beneficial to do the following:
Show the number of unique colors for each channel and for the overall image in the sections with channel and overall statistics. And/or add a string format or fx escape [unique-colors] that is channel sensitive.
-unique display image the number of unique colors in the image.
But when I try
Code: Select all
identify -verbose -unique rose:
all I see in the listing is "true" rather than the actual number of colors.
Artifacts:
filename: rose:
identify:unique-colors: true
verbose: true
I think it might be very beneficial to do the following:
Show the number of unique colors for each channel and for the overall image in the sections with channel and overall statistics. And/or add a string format or fx escape [unique-colors] that is channel sensitive.