I encounter an issue when trying to index a gradient file in RGB 8bit with following command line:
Code: Select all
convert -verbose Gradient.tif -dither none -colors 21 Gradient.png
Code: Select all
convert -verbose Gradient.tif -dither none -colors 60 Gradient.png
Any idea what's happening?
Here's the RGB 8bit file I'm using:
https://www.dropbox.com/s/150p822mfsgm ... t.tif?dl=0
Thanks!