magick
Interface RenderingIntent


public interface RenderingIntent

Corresponds to the ImageMagick enumerated type of the same name.

Author:
Eric Yeo

Field Summary
 final static intAbsoluteIntent
           
 final static intPerceptualIntent
           
 final static intRelativeIntent
           
 final static intSaturationIntent
           
 final static intUndefinedIntent
           

Field Detail

AbsoluteIntent

public final static int AbsoluteIntent

PerceptualIntent

public final static int PerceptualIntent

RelativeIntent

public final static int RelativeIntent

SaturationIntent

public final static int SaturationIntent

UndefinedIntent

public final static int UndefinedIntent

JMagick