Click or drag to resize

JpegTransformFlags Enumeration

Namespace:  Atalasoft.Imaging.ImageProcessing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[FlagsAttribute]
public enum JpegTransformFlags
Members
  Member nameDescription
Grayscale Discard the chrominance channels in standard (YCbCr encoded) JPEGs. This leaves just the luminance which gives you a grayscale JPEG.
NoExcessMcuBlocks Do not remove excess MCU blocks.
Progressive Set or remove the progressive display option.
Remarks

Lossless Transform options

See Also