Rendering intent

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

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