Package magick
Interface RenderingIntent
-
public interface RenderingIntent
Corresponds to the ImageMagick enumerated type of the same name. Important! Constant values should correspond to: http://git.imagemagick.org/repos/ImageMagick/blob/master/MagickCore/profile.h- Author:
- Eric Yeo
-
-
Field Summary
Fields Modifier and Type Field Description static int
AbsoluteIntent
static int
PerceptualIntent
static int
RelativeIntent
static int
SaturationIntent
static int
UndefinedIntent
-
-
-
Field Detail
-
UndefinedIntent
static final int UndefinedIntent
- See Also:
- Constant Field Values
-
SaturationIntent
static final int SaturationIntent
- See Also:
- Constant Field Values
-
PerceptualIntent
static final int PerceptualIntent
- See Also:
- Constant Field Values
-
AbsoluteIntent
static final int AbsoluteIntent
- See Also:
- Constant Field Values
-
RelativeIntent
static final int RelativeIntent
- See Also:
- Constant Field Values
-
-