Psd profile conversion bug (jpg & tif ok)

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
stroker
Posts: 16
Joined: 2008-04-07T11:24:55-07:00

Psd profile conversion bug (jpg & tif ok)

Post by stroker »

I have three grayscale images with a grayscale profile "Dot grain 20%". The formats are JPEG, TIFF AND PSD.
Shouldn't I get the same output image when converting the colorspace to RGB using a RGB profile?

Code: Select all

convert image.jpg -intent relative -black-point-compensation -profile AdobeRGB1998.icc new.jpg
convert image.tif -intent relative -black-point-compensation -profile AdobeRGB1998.icc new.jpg
convert image.psd -intent relative -black-point-compensation -profile AdobeRGB1998.icc new.jpg
The first two command generates an image with embedded Adobe RGB profile. The last command (psd) still has "Dot grain 20% profile".
Using: 6.4.0
Post Reply