Spinnaker SDK C++
4.1.0.157
 
 

 
Loading...
Searching...
No Matches
JPEGOption Struct Reference

Options for saving JPEG image. More...

#include <SpinnakerDefs.h>

Public Member Functions

 JPEGOption ()
 

Public Attributes

bool progressive
 Whether to save as a progressive JPEG file.
 
unsigned int quality
 JPEG image quality in range (0-100).
 
unsigned int reserved [16]
 Reserved for future use.
 

Detailed Description

Options for saving JPEG image.

Constructor & Destructor Documentation

◆ JPEGOption()

JPEGOption ( )
inline

Member Data Documentation

◆ progressive

bool progressive

Whether to save as a progressive JPEG file.

◆ quality

unsigned int quality

JPEG image quality in range (0-100).

  • 100 - Superb quality.
  • 75 - Good quality.
  • 50 - Normal quality.
  • 10 - Poor quality.

◆ reserved

unsigned int reserved[16]

Reserved for future use.


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