How to embed ICC color profile into jpeg.

Magick++ is an object-oriented C++ interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick++.
Post Reply
rupeshbhurke
Posts: 1
Joined: 2011-10-20T04:32:10-07:00
Authentication code: 8675308

How to embed ICC color profile into jpeg.

Post 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
Post Reply