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