JpegLsInterleaveMode
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class JpegLsInterleaveMode extends System.Enum
Defines the interleave mode for multi-component (color) pixel data.
Fields
Field | Description |
---|---|
None | The data is encoded and stored as component for component: RRRGGGBBB. |
Line | The interleave mode is by line. |
Sample | The data is encoded and stored by sample. |
None
public static final int None
The data is encoded and stored as component for component: RRRGGGBBB.
Line
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.
Sample
public static final int Sample
The data is encoded and stored by sample. For color images this is the format like RGBRGBRGB.