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
Fields Modifier and Type Field Description static int
PixelsPerCentimeterResolution
static int
PixelsPerInchResolution
static int
UndefinedResolution
-
-
-
Field Detail
-
UndefinedResolution
static final int UndefinedResolution
- See Also:
- Constant Field Values
-
PixelsPerInchResolution
static final int PixelsPerInchResolution
- See Also:
- Constant Field Values
-
PixelsPerCentimeterResolution
static final int PixelsPerCentimeterResolution
- See Also:
- Constant Field Values
-
-