possible bug IM 7 beta Mac OSX Snow Leopart

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.
Post Reply
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

possible bug IM 7 beta Mac OSX Snow Leopart

Post by fmw42 »

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
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: possible bug IM 7 beta Mac OSX Snow Leopart

Post by fmw42 »

Oddly the IM 6 image will not open in ImageJ nor GraphicConvert. They report unknown compression or format.
Post Reply