JpegCompressionMode enumeration

JpegCompressionMode enumeration

Specifies JPEG compression modes.

The JpegCompressionMode type exposes the following members:

Fields

Field Description
BASELINE The baseline compression.
PROGRESSIVE The progressive compression.
LOSSLESS The lossless compression. Use this compression type carefully because
many image viewers do not support it. If you use it try assign the
JpegSaveOptions.color_type property to JpegCompressionColorMode.GRAYSCALE
or JpegCompressionColorMode.RGB values.
JPEG_LS The JPEG-LS compression. Use this compression type carefully because
many image viewers do not support it. If you use it try to assign the
JpegSaveOptions.color_type property to JpegCompressionColorMode.GRAYSCALE
value.

See Also