Table of Contents

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 = 7

Color table size 128.

ColorTableSize16 = 4

Color table size 16.

ColorTableSize256 = 8

Color table size 256.

ColorTableSize32 = 5

Color table size 32.

ColorTableSize64 = 6

Color table size 64.

ColorTableSize8 = 3

Color table size 8.

FastFloydDither = 2

Fast, Floyd-Steinberg dithering.

FastNoDither = 1

Fast, no dithering.