Package magick
Interface ImageType
-
public interface ImageType
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- Author:
- Eric Yeo
- See Also:
MagickImage.getImageType()
-
-
Field Summary
Fields Modifier and Type Field Description static int
BilevelType
static int
ColorSeparationAlphaType
static int
ColorSeparationType
static int
GrayscaleAlphaType
static int
GrayscaleType
static int
OptimizeType
static int
PaletteAlphaType
static int
PaletteBilevelAlphaType
static int
PaletteType
static int
TrueColorAlphaType
static int
TrueColorType
static int
UndefinedType
-
-
-
Field Detail
-
UndefinedType
static final int UndefinedType
- See Also:
- Constant Field Values
-
BilevelType
static final int BilevelType
- See Also:
- Constant Field Values
-
GrayscaleType
static final int GrayscaleType
- See Also:
- Constant Field Values
-
GrayscaleAlphaType
static final int GrayscaleAlphaType
- See Also:
- Constant Field Values
-
PaletteType
static final int PaletteType
- See Also:
- Constant Field Values
-
PaletteAlphaType
static final int PaletteAlphaType
- See Also:
- Constant Field Values
-
TrueColorType
static final int TrueColorType
- See Also:
- Constant Field Values
-
TrueColorAlphaType
static final int TrueColorAlphaType
- See Also:
- Constant Field Values
-
ColorSeparationType
static final int ColorSeparationType
- See Also:
- Constant Field Values
-
ColorSeparationAlphaType
static final int ColorSeparationAlphaType
- See Also:
- Constant Field Values
-
OptimizeType
static final int OptimizeType
- See Also:
- Constant Field Values
-
PaletteBilevelAlphaType
static final int PaletteBilevelAlphaType
- See Also:
- Constant Field Values
-
-