Bug when saving gray images as miff after "-colorspace sRGB"
Posted: 2011-09-08T06:18:40-07:00
Binary: http://www.imagemagick.org/download/bin ... indows.zip
(exe binaries dated 8 Sep 2011)
Test image: http://www.imagemagick.org/Usage/resize ... g_orig.png
(exe binaries dated 8 Sep 2011)
Test image: http://www.imagemagick.org/Usage/resize ... g_orig.png
- Good: convert rings_lg_orig.png -resize 150x150! 01.miff
Good: convert rings_lg_orig.png -depth 16 -resize 150x150! 02.miff
Bad: convert rings_lg_orig.png -depth 16 -colorspace sRGB -resize 150x150! 03.miff
Bad: convert rings_lg_orig.png -colorspace sRGB -resize 150x150! 04.miff
Good: convert rings_lg_orig.png -depth 16 -colorspace sRGB -resize 150x150! 05.png
Good: convert rings_lg_orig.png -colorspace sRGB -resize 150x150! 06.png