Package magick
Interface StorageType
-
public interface StorageTypeUsed in MagickImage.createImage to specify the size of component. Important! Constant values should correspond to: http://trac.imagemagick.org/browser/ImageMagick/branches/ImageMagick-6.6.9/magick/constitute.h- Author:
- Eric Yeo
-
-
Field Summary
Fields Modifier and Type Field Description static intCharPixelstatic intDoublePixelstatic intFloatPixelstatic intIntegerPixelstatic intLongPixelstatic intQuantumPixelstatic intShortPixelstatic intUndefinedPixel
-
-
-
Field Detail
-
UndefinedPixel
static final int UndefinedPixel
- See Also:
- Constant Field Values
-
CharPixel
static final int CharPixel
- See Also:
- Constant Field Values
-
DoublePixel
static final int DoublePixel
- See Also:
- Constant Field Values
-
FloatPixel
static final int FloatPixel
- See Also:
- Constant Field Values
-
IntegerPixel
static final int IntegerPixel
- See Also:
- Constant Field Values
-
LongPixel
static final int LongPixel
- See Also:
- Constant Field Values
-
QuantumPixel
static final int QuantumPixel
- See Also:
- Constant Field Values
-
ShortPixel
static final int ShortPixel
- See Also:
- Constant Field Values
-
-