JpegLsInterleaveMode Enumeration
Defines the interleave mode for multi-component (color) pixel data.
Module: aspose.psd.fileformats.jpeg
Full Name: aspose.psd.fileformats.jpeg.JpegLsInterleaveMode
Aspose.PSD Version: 24.9.0
Members
Member name | Description |
---|---|
LINE | The interleave mode is by line. A full line of each component is encoded before moving to the next line. |
NONE | The data is encoded and stored as component for component: RRRGGGBBB. |
SAMPLE | The data is encoded and stored by sample. For color images this is the format like RGBRGBRGB. |