Spinnaker SDK C++
4.1.0.172
 
 

 
Loading...
Searching...
No Matches
PNGOption Struct Reference

Options for saving PNG images. More...

#include <SpinnakerDefs.h>

Public Member Functions

 PNGOption ()
 

Public Attributes

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

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: