Struct _spinJPEGOption¶
#include <SpinnakerDefsC.h>
Public Attributes¶
| Type | Name |
|---|---|
| bool8_t | progressive |
| unsigned int | quality |
| unsigned int | reserved |
Detailed Description¶
Options for saving JPEG images. Used in saving PPM images with a call to spinImageSaveJpeg().
Public Attributes Documentation¶
variable progressive¶
Whether to save as a progressive JPEG file.
variable quality¶
JPEG image quality in range (0-100). * 100 - Superb quality. * 75 - Good quality. * 50 - Normal quality. * 10 - Poor quality.
variable reserved¶
Reserved for future use.
The documentation for this class was generated from the following file C:/workspace/include/spinc/SpinnakerDefsC.h