can't retrieve icc profil name with identify

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
tagada
Posts: 2
Joined: 2012-12-02T15:05:21-07:00
Authentication code: 6789

can't retrieve icc profil name with identify

Post by tagada »

Hi all,

i've got a strange behavior using identify to retrieve icc profil name on two
different linux box (except that the system are the same)

I use a redhat 5 distribution, i've installed the system:
Linux machine.somewhere 2.6.18-308.20.1.el5 #1 SMP Tue Nov 6 04:38:29 EST 2012 x86_64 x86_64 x86_64 GNU/Linux
I've got two version of ImageMagick, one include with system and another compiled with my little hands.
1) the system version:
[root@machine ~]# /usr/bin/identify -version
Version: ImageMagick 6.2.8 04/25/12 Q16 file:/usr/share/ImageMagick-6.2.8/doc/index.html
Copyright: Copyright (C) 1999-2006 ImageMagick Studio LLC
2) the compiled version:
[root@somewhere ~]# /compiled_software/run/bin/identify -version
Version: ImageMagick 6.7.9-7 2012-09-26 Q32 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features: OpenMP HDRI,

when i make:
/usr/bin/identify -verbose tiff_exemple.tiff
or
/compiled_software/run/bin/identify -verbose tiff_exemple.tiff

I've got the same result and i can find the icc profil name:
Profiles:
Profile-8bim: 14712 bytes
Profile-icc: 2784148 bytes
Fuji4000-27Lv2

On another linux box with the same system, same kernel (not same hardware but ...)
The only difference is that i'm not the guy who install this system.
But i've compiled the same version of ImageMagick with the same options...
It's impossible to get icc profil names, both (identify used with system and identify compiled)
returns:
Profiles:
Profile-8bim: 14712 bytes
Profile-icc: 2784148 bytes

but never icc profil name.

The worst is that i have two old version of ImageMagick on my osx laptop: 6.6.1-5 and 6.6.8-1
both returns icc profils names.

I really don't understand.

May you provide some ways to investigate ?

Thanks a lot
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: can't retrieve icc profil name with identify

Post by snibgo »

If you supply a sample where the problem occurs, people might take a look.
snibgo's IM pages: im.snibgo.com
tagada
Posts: 2
Joined: 2012-12-02T15:05:21-07:00
Authentication code: 6789

Re: can't retrieve icc profil name with identify

Post by tagada »

Hi snibgo,

if you think of sample image, it's not the way, because i've make all test with the same file.
perhaps exiftool is needed by imagemagick????

thanks for reading.
Post Reply