Show / Hide Table of Contents

Enum J_DITHER_MODE

Dithering options for decompression.

Namespace: BitMiracle.LibJpeg.Classic
Assembly: BitMiracle.LibJpeg.NET.dll
Syntax
public enum J_DITHER_MODE

Fields

Name Description
JDITHER_FS

Floyd-Steinberg dither: slow, high quality

JDITHER_NONE

No dithering: fast, very low quality

JDITHER_ORDERED

Ordered dither: moderate speed and quality

See Also
Dither_mode
  • Improve this Doc
  • View Source
Back to top Generated by DocFX