Package magick
Interface InterlaceType
-
public interface InterlaceTypeCorresponds 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
-
-
Field Summary
Fields Modifier and Type Field Description static intGIFInterlacestatic intJPEGInterlacestatic intLineInterlacestatic intNoInterlacestatic intPartitionInterlacestatic intPlaneInterlacestatic intPNGInterlacestatic intUndefinedInterlace
-
-
-
Field Detail
-
UndefinedInterlace
static final int UndefinedInterlace
- See Also:
- Constant Field Values
-
NoInterlace
static final int NoInterlace
- See Also:
- Constant Field Values
-
LineInterlace
static final int LineInterlace
- See Also:
- Constant Field Values
-
PlaneInterlace
static final int PlaneInterlace
- See Also:
- Constant Field Values
-
PartitionInterlace
static final int PartitionInterlace
- See Also:
- Constant Field Values
-
GIFInterlace
static final int GIFInterlace
- See Also:
- Constant Field Values
-
JPEGInterlace
static final int JPEGInterlace
- See Also:
- Constant Field Values
-
PNGInterlace
static final int PNGInterlace
- See Also:
- Constant Field Values
-
-