MrcGrayscaleCompression8BitCoder Enumeration

Summary
Flags that indicate the background (grayscale 8 bit) compression type.
Syntax
C#
C++/CLI
Python
public enum MrcGrayscaleCompression8BitCoder 
public enum class MrcGrayscaleCompression8BitCoder : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class MrcGrayscaleCompression8BitCoder(Enum): 
   LosslessCmw = 0 
   GrayscaleCmw = 1 
   GrayscaleCmp = 2 
   LosslessJpeg = 3 
   GrayscaleJpeg = 4 
   GrayscaleJpegProgressive = 5 
Members
ValueMemberDescription
0LosslessCmw8 bpp Lossless grayscale LEAD CMW compression.
1GrayscaleCmw8 bpp grayscale LEAD CMW compression.
2GrayscaleCmp8 bpp grayscale LEAD CMP compression.
3LosslessJpeg8 bpp Lossless grayscale JPEG compression.
4GrayscaleJpeg8 bpp grayscale JPEG compression.
5GrayscaleJpegProgressive8 bpp grayscale JPEG progressive compression.
Remarks

These values are valid only when saving in LEAD Proprietary T44 format using the MrcSegmenter.SaveImage method.

Requirements

Target Platforms

See Also

Reference

Leadtools.Mrc Namespace

Help Version 22.0.2023.4.12
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Mrc Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.