Table of Contents

Enum ImwriteBMPCompressionFlags

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Imwrite BMP specific values for the IMWRITE_BMP_COMPRESSION parameter key.

public enum ImwriteBMPCompressionFlags

Fields

Bitfields = 3

Use BI_BITFIELDS. OpenCV v4.13.0 or later can support encoding with this compression. (only for 32 BPP images)

Rgb = 0

Use BI_RGB. OpenCV v4.12.0 or before supports encoding with this compression only.