SavePngOptions Struct Reference

Contains image file storage options for PNG files. More...

Public Attributes

bool store_raw_bayer_data_as_monochrome = false

If set, and the image buffer's pixel format is a bayer format, interpret the pixel data as monochrome and store the raw data as a monochrome image.

PngCompressionLevel compression_level = PngCompressionLevel::Auto

Specifies the PNG compression level.

Detailed Description

Contains image file storage options for PNG files.

See also
imageBufferSaveAsPng()