Enum ImwriteGIFCompressionFlags
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Imwrite GIF specific values for the IMWRITE_GIF_QUALITY parameter key. If larger than 3, it relates to the size of the color table.
public enum ImwriteGIFCompressionFlags
Fields
ColorTableSize128 = 7Color table size 128.
ColorTableSize16 = 4Color table size 16.
ColorTableSize256 = 8Color table size 256.
ColorTableSize32 = 5Color table size 32.
ColorTableSize64 = 6Color table size 64.
ColorTableSize8 = 3Color table size 8.
FastFloydDither = 2Fast, Floyd-Steinberg dithering.
FastNoDither = 1Fast, no dithering.