JpegLsInterleaveMode Enumeration

Defines the interleave mode for multi-component (color) pixel data.

Module: aspose.imaging.fileformats.jpeg

Full Name: aspose.imaging.fileformats.jpeg.JpegLsInterleaveMode

Members

Member nameDescription
LINEThe interleave mode is by line. A full line of each component is encoded before moving to the next line.
NONEThe data is encoded and stored as component for component: RRRGGGBBB.
SAMPLEThe data is encoded and stored by sample. For color images this is the format like RGBRGBRGB.