Click or drag to resize

JpegDctMode Enumeration

The DCT compression used when saving a JPEG image.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum JpegDctMode
Members
  Member nameDescription
Default The default compression; usually Slow.
Slow Slow but accurate integer algorithm.
Fast Faster, less accurate integer method.
FloatingPoint Floating-point method.
See Also