Skip to content

Struct Spinnaker::PNGOption

ClassList > Spinnaker > PNGOption

More...

  • #include <SpinnakerDefs.h>

Public Attributes

Type Name
unsigned int compressionLevel
bool interlaced
unsigned int reserved

Public Functions

Type Name
PNGOption ()

Detailed Description

Options for saving PNG images.

Public Attributes Documentation

variable compressionLevel

unsigned int Spinnaker::PNGOption::compressionLevel;

Compression level (0-9). 0 is no compression, 9 is best compression.


variable interlaced

bool Spinnaker::PNGOption::interlaced;

Whether to save the PNG as interlaced.


variable reserved

unsigned int Spinnaker::PNGOption::reserved[16];

Reserved for future use.


Public Functions Documentation

function PNGOption

inline Spinnaker::PNGOption::PNGOption () 


The documentation for this class was generated from the following file C:/workspace/include/SpinnakerDefs.h