the source image was created by adobe photoshop. so.. it may write
profile info many times in different paths.. for example..
i thing, problem can be in a file or in ImageMagick core, but i don't
know exactly
may be, problem is in my hands, especially at the end of work-day ;)
so.. i don't interested to debug C-code during long winter evenings =)))
in our system we don't need exif at all and we found a solution
> Very strange. Each profile is kept in a seperate name. Apart from
> special half-aliases of e.g. ICC and ICM they should be independent.
>
> You might want to debug the code.
>
> Jacob
>
> 2010/3/2 ahomyakov <ahomyakov@...
> <mailto:ahomyakov@...>>
>
> hmm.. wonderful!
>
>
> magickImage.profileImage("ICC", loadProfile(profile));
>
> doesn't work, but the next code works:
>
> magickImage.profileImage("exif", null);
> magickImage.profileImage("ICC", loadProfile(profile));
>
> output files tested using GIMP (at "Image properties"->"Color
> profile")
>
|