Getting ICC profile using "identify -format"

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
papagi11
Posts: 10
Joined: 2013-11-01T08:01:51-07:00
Authentication code: 6789

Getting ICC profile using "identify -format"

Post by papagi11 »

Hi
I am trying to use below command to get ICC profile embedded in that image, but the command is not returning the profile.

identify -format "%[profile:icc]" TajMahal_9_cmyk_Out.jpg

However, this file has an ICC profile and I am able to see that if I use "identify -verbose TajMahal_9_cmyk_Out.jpg".

ImageMagick version is "ImageMagick 6.7.6-1".

Can you please help out?

Thanks,
Papaji
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Getting ICC profile using "identify -format"

Post by fmw42 »

It was only add to IM 6.8.7.2 recently. See viewtopic.php?f=2&t=24287
Post Reply