ICC gone when converting JPG to 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
Chobot

ICC gone when converting JPG to PSD

Post by Chobot »

Steps to reproduce:

D:\!\ImageMagick\identify -verbose pict.jpg
......
Profiles:
Profile-8bim: 14404 bytes
Profile-exif: 7872 bytes
Profile-icc: 3144 bytes
IEC 61966-2.1 Default RGB colour space - sRGB
Profile-iptc: 7 bytes
unknown[2,0]:
Profile-xmp: 4708 bytes
......

D:\!\ImageMagick\convert pict.jpg pict.psd

D:\!\ImageMagick\identify -verbose pict.jpg
....
Profiles:
Profile-8bim: 14432 bytes
Profile-iptc: 7 bytes
unknown[2,0]:
......

The ICC, XMP, EXIF profiles is gone.

D:\!\ImageMagick>convert -version
Version: ImageMagick 6.6.0-10 2010-03-24 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2010 ImageMagick Studio LLC
Features: OpenMP
pict.jpg
Last edited by Chobot on 2010-04-05T03:21:30-07:00, edited 1 time in total.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: ICC gone when converting JPG to PSD

Post by snibgo »

Very strange, as I wouldn't expect pict.jpg to be modified in any way. Can you post the image?
snibgo's IM pages: im.snibgo.com
Post Reply