Page 1 of 1

Posted: 2006-03-17T08:51:31-07:00
by magick
The MagickWand API provides MagickSetImageRenderingIntent() to permit you to set the rendering intent. The MagickCore API requires you set it directly (e.g. image->rendering_intent=PerceptualIntent). We're not sure if its possible to get/set the rendering intent with JMagick, however, the source is available. You could always enhance JMagick to support rendering intent.