Spinnaker SDK C++
4.3.0.189
 
Public Member Functions | Public Attributes | List of all members
PNGOption Struct Reference

Options for saving PNG images. More...

Public Member Functions

 PNGOption ()
 

Public Attributes

bool interlaced
 Whether to save the PNG as interlaced. More...
 
unsigned int compressionLevel
 Compression level (0-9). More...
 
unsigned int reserved [16]
 Reserved for future use. More...
 

Detailed Description

Options for saving PNG images.

Constructor & Destructor Documentation

◆ PNGOption()

PNGOption ( )
inline

Member Data Documentation

◆ compressionLevel

unsigned int compressionLevel

Compression level (0-9).

0 is no compression, 9 is best compression.

◆ interlaced

bool interlaced

Whether to save the PNG as interlaced.

◆ reserved

unsigned int reserved[16]

Reserved for future use.


The documentation for this struct was generated from the following file: