Package magick
Interface ResolutionType
public interface ResolutionType
Corresponds to the ImageMagick enumerated type of the same name.
Important! Constant values should correspond to:
http://trac.imagemagick.org/browser/ImageMagick/branches/ImageMagick-6.6.9/magick/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:
-