Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
fmw42
Posts: 25562 Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA
Post
by fmw42 » 2014-09-19T10:49:50-07:00
Inconsistent behavior when specifying -type palette with bmp output as opened in PS with no assignment of profiles.
Code: Select all
convert rose: -colorspace gray -type palette b.bmp
Type: Grayscale
Base type: Grayscale
Colorspace: Gray
and indexed color as seen in Photoshop
Code: Select all
im7 magick rose: -colorspace gray -type palette b.bmp
Type: Grayscale
Base type: Grayscale
Colorspace: Gray
but RGB color as seen in Photoshop
I would have expected them both to be indexed color when opened in PS
fmw42
Posts: 25562 Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA
Post
by fmw42 » 2014-09-19T12:02:05-07:00
Oddly the IM 6 image will not open in ImageJ nor GraphicConvert. They report unknown compression or format.