This is the second of my two current headaches with the otherwise brilliant Imagemagick.
Trying to keep the size of my png (with alpha) thumbnails down by converting them to 256 colors, depth 8. It really does the job on file size and quality in version 6.3.7. But versions 6.4.5 and 6.5.2-9 it looks terrible.
Example:
Code: Select all
convert thumb.png -colors 256 -depth 8 thumb1.png
Something changed.. what can I do to get the same result as in 6.3.7?
Thanks.