Package magick
Interface ImageType
-
public interface ImageTypeCorresponds 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 intBilevelTypestatic intColorSeparationAlphaTypestatic intColorSeparationTypestatic intGrayscaleAlphaTypestatic intGrayscaleTypestatic intOptimizeTypestatic intPaletteAlphaTypestatic intPaletteBilevelAlphaTypestatic intPaletteTypestatic intTrueColorAlphaTypestatic intTrueColorTypestatic intUndefinedType
-
-
-
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
-
-