Package magick
Interface ImageType
-
public interface ImageTypeCorresponds 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- Author:
- Eric Yeo
- See Also:
MagickImage.getImageType()
-
-
Field Summary
Fields Modifier and Type Field Description static intBilevelTypestatic intColorSeparationMatteTypestatic intColorSeparationTypestatic intGrayscaleMatteTypestatic intGrayscaleTypestatic intOptimizeTypestatic intPaletteBilevelMatteTypestatic intPaletteMatteTypestatic intPaletteTypestatic intTrueColorMatteTypestatic 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
-
GrayscaleMatteType
static final int GrayscaleMatteType
- See Also:
- Constant Field Values
-
PaletteType
static final int PaletteType
- See Also:
- Constant Field Values
-
PaletteMatteType
static final int PaletteMatteType
- See Also:
- Constant Field Values
-
TrueColorType
static final int TrueColorType
- See Also:
- Constant Field Values
-
TrueColorMatteType
static final int TrueColorMatteType
- See Also:
- Constant Field Values
-
ColorSeparationType
static final int ColorSeparationType
- See Also:
- Constant Field Values
-
ColorSeparationMatteType
static final int ColorSeparationMatteType
- See Also:
- Constant Field Values
-
OptimizeType
static final int OptimizeType
- See Also:
- Constant Field Values
-
PaletteBilevelMatteType
static final int PaletteBilevelMatteType
- See Also:
- Constant Field Values
-
-