can't change depth to 8bit in png
Posted: 2010-04-06T10:15:20-07:00
Hi!
Try to convert png image fromn 24bit or 32bit depth to 8bit depth, but convert.exe no return 8bit depth result.
Use ImageMagick-6.6.0-Q16 win32
And my command is like
But in in ImageMagick-6.4.9-4-Q16- win32 the command works.
Have anybody a same problem? Any idea how resolve/fix it or why?
Thanks!
Try to convert png image fromn 24bit or 32bit depth to 8bit depth, but convert.exe no return 8bit depth result.
Use ImageMagick-6.6.0-Q16 win32
And my command is like
Code: Select all
convert -colors 255 -depth 8 testimage.png testimage8bit.png
Have anybody a same problem? Any idea how resolve/fix it or why?
Thanks!