Page 1 of 1

How to embed ICC color profile into jpeg.

Posted: 2011-10-20T04:58:05-07:00
by rupeshbhurke
I am using ImageMagic 6.7.2. What I am trying to do is following:

1. read a jpeg image using Magick::Image class.
2. Set icc color profile using icccolorProfile( Blob& blob_ ) on Image object.
3. Write Image to new location using write method on Image object.

Step 1 & 3 seem to work proper but step 2 doesn't have any effect on output. :(

What could be wrong?

br
rupesh