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
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
-
Field Details
-
UndefinedIntent
static final int UndefinedIntent- See Also:
-
SaturationIntent
static final int SaturationIntent- See Also:
-
PerceptualIntent
static final int PerceptualIntent- See Also:
-
AbsoluteIntent
static final int AbsoluteIntent- See Also:
-
RelativeIntent
static final int RelativeIntent- See Also:
-