C#
VB
C++
Flags that indicate the background (grayscale 8 bit) compression type.
Members
Value | Member | Description |
---|---|---|
0 | LosslessCmw | 8 bpp Lossless grayscale LEAD CMW compression. |
1 | GrayscaleCmw | 8 bpp grayscale LEAD CMW compression. |
2 | GrayscaleCmp | 8 bpp grayscale LEAD CMP compression. |
3 | LosslessJpeg | 8 bpp Lossless grayscale JPEG compression. |
4 | GrayscaleJpeg | 8 bpp grayscale JPEG compression. |
5 | GrayscaleJpegProgressive | 8 bpp grayscale JPEG progressive compression. |
These values are valid only when saving in LEAD Proprietary T44 format using the MrcSegmenter.SaveImage method.