magick

Interface InterlaceType

public interface InterlaceType

Corresponds to the ImageMagick enumerated type of the same name.
Author:
Eric Yeo

Field Summary

static int
LineInterlace
static int
NoInterlace
static int
PartitionInterlace
static int
PlaneInterlace
static int
UndefinedInterlace

Field Details

LineInterlace

public static final int LineInterlace
Field Value:
2

NoInterlace

public static final int NoInterlace
Field Value:
1

PartitionInterlace

public static final int PartitionInterlace
Field Value:
4

PlaneInterlace

public static final int PlaneInterlace
Field Value:
3

UndefinedInterlace

public static final int UndefinedInterlace
Field Value:
0