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

FieldDescription
NoneThe data is encoded and stored as component for component: RRRGGGBBB.
LineThe interleave mode is by line.
SampleThe 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.