Enum JpegLsInterleaveMode
JpegLsInterleaveMode enumeration
Defines the interleave mode for multi-component (color) pixel data.
public enum JpegLsInterleaveMode
Values
Name | Value | Description |
---|---|---|
None | 0 | The data is encoded and stored as component for component: RRRGGGBBB. |
Line | 1 | The interleave mode is by line. A full line of each component is encoded before moving to the next line. |
Sample | 2 | The data is encoded and stored by sample. For color images this is the format like RGBRGBRGB. |
See Also
- namespace Aspose.PSD.FileFormats.Jpeg
- assembly Aspose.PSD