public final class JpegLsInterleaveMode
extends com.aspose.ms.System.Enum
Defines the interleave mode for multi-component (color) pixel data.
Modifier and Type | Field and Description |
---|---|
static int |
Line
The interleave mode is by line.
|
static int |
None
The data is encoded and stored as component for component: RRRGGGBBB.
|
static int |
Sample
The data is encoded and stored by sample.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int None
The data is encoded and stored as component for component: RRRGGGBBB.
public static final int Line
The interleave mode is by line. A full line of each component is encoded before moving to the next line.
public static final int Sample
The data is encoded and stored by sample. For color images this is the format like RGBRGBRGB.