Package magick
Interface ResolutionType
public interface ResolutionType
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/image.h
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Field Details
-
UndefinedResolution
static final int UndefinedResolution- See Also:
-
PixelsPerInchResolution
static final int PixelsPerInchResolution- See Also:
-
PixelsPerCentimeterResolution
static final int PixelsPerCentimeterResolution- See Also:
-