Search found 1 match

by rupeshbhurke
2011-10-20T04:58:05-07:00
Forum: Magick++
Topic: How to embed ICC color profile into jpeg.
Replies: 0
Views: 7134

How to embed ICC color profile into jpeg.

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 ...