another possible bug grayscale PSD

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

another possible bug grayscale PSD

Post by fmw42 »

IM 6.6.4.2 Q16 Mac OSX Tiger


If the grayscale PSD has background transparency and alpha transparency, IM is using the alpha transparency in stead of the background transparency. This is inconsistent with rgb PSD file with both transparency and with grayscale and rgb TIFF files.

Original grayscale PSD:
http://www.fmwconcepts.com/misc_tests/p ... _alpha.psd

Also layers 1 and 2 are coming out cyan rather than gray

convert test3_gray_transback_alpha.psd -separate test3_gray_transback_alpha_%d.png


Image

Image

Image
Post Reply