Package magick
Interface StorageType
-
public interface StorageTypeUsed in MagickImage.createImage to specify the size of component. Important! Constant values should correspond to: http://git.imagemagick.org/repos/ImageMagick/blob/master/MagickCore/pixel.h- Author:
- Eric Yeo
-
-
Field Summary
Fields Modifier and Type Field Description static intCharPixelstatic intDoublePixelstatic intFloatPixelstatic intLongLongPixelstatic 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
-
LongPixel
static final int LongPixel
- See Also:
- Constant Field Values
-
LongLongPixel
static final int LongLongPixel
- 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
-
-