ICC Colorprofile not read

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
cs_rol
Posts: 22
Joined: 2007-01-16T04:40:08-07:00

ICC Colorprofile not read

Post by cs_rol »

Hi, I was trying to geht the icc color profile out of several files but i faild to do so from a Illustrator CS4 generated TIFF.
Photoshop says that it has an embedded profile, but ImageMagick says there is none.

the file can be found at: http://portal.celum.com/pindownload/login.do?pin=EYD7G

thanks and regards,
Richard
Last edited by cs_rol on 2009-05-14T09:54:46-07:00, edited 1 time in total.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: ICC Colorprofile not read

Post by magick »

The image URL does not work.
cs_rol
Posts: 22
Joined: 2007-01-16T04:40:08-07:00

Re: ICC Colorprofile not read

Post by cs_rol »

User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: ICC Colorprofile not read

Post by magick »

The TIFF delegate library does not like something about the ICC profile so ignores it. Either the TIFF file does not follow the specification or there is a bug in the TIFF delegate library. We recommend a bug report to the TIFF development team.
  • -> tiffinfo fogra.tif
    TIFFReadDirectory: Warning, fogra.tif: wrong data type 1 for "ICC Profile"; tag ignored.
cs_rol
Posts: 22
Joined: 2007-01-16T04:40:08-07:00

Re: ICC Colorprofile not read

Post by cs_rol »

i tried out the new 4.0.0 beta3 version of libtiff and it seems that they have fixed that problem.
maybe a that newer version schould be added to the windows source download and used for the precompiled binaries.
are there any known problems with newer libtiff versions?

thanks,
richard
cary.sweet
Posts: 4
Joined: 2009-08-19T09:13:28-07:00
Authentication code: 8675309
Location: Alberta

Re: ICC Colorprofile not read

Post by cary.sweet »

Will the new 4.0.0 beta3 version of libtiff be used in ImageMagick anytime in the future? This problem has been showing itself more frequently recently and an ImageMagick solution would be preferable.
TommyJJ

Re: ICC Colorprofile not read

Post by TommyJJ »

Has anybody found a solution to this? The error/problem still occures in ImageMagick version 6.6.4-0.
Drarakel
Posts: 547
Joined: 2010-04-07T12:36:59-07:00
Authentication code: 8675308

Re: ICC Colorprofile not read

Post by Drarakel »

Can you post a link to such an image?
TommyJJ

Re: ICC Colorprofile not read

Post by TommyJJ »

Here is a TIF where the ICC profile is ignored when running convert: http://test.papirfly.no/msp/readimage.a ... 8e2f9e382d
Post Reply