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".
ImageMagixk version is "ImageMagick 6.7.6-1".
Can you please help out?
Thanks,
Papaji
Getting ICC profile using "identify -format"
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Getting ICC profile using "identify -format"
This is the wrong forum; "Users" would be better.
%[profile:icc] is a very recent feature. Your version is old. To use this feature, you need to upgrade.
%[profile:icc] is a very recent feature. Your version is old. To use this feature, you need to upgrade.
snibgo's IM pages: im.snibgo.com
Re: Getting ICC profile using "identify -format"
Thanks,
I will try with latest version.
I will try with latest version.
Re: Getting ICC profile using "identify -format"
You should be able to extract the profile with
Code: Select all
convert TajMahal_9_cmyk_Out.jpg TajMahal_9_cmyk.icm