Parameters of the writing algorithm.
More...
#include <jpeg.hpp>
|
| options () |
| Default constructor.
|
|
| options (unsigned char compression_quality_, bool progressive_) |
| Constructor.
|
|
|
unsigned char | quality |
| Quality level to use in the saved stream.
|
|
bool | progressive |
| Tell if we save a progressive jpeg.
|
|
Parameters of the writing algorithm.
Definition at line 170 of file jpeg.hpp.
◆ options() [1/2]
claw::graphic::jpeg::writer::options::options |
( |
| ) |
|
◆ options() [2/2]
claw::graphic::jpeg::writer::options::options |
( |
unsigned char | quality_, |
|
|
bool | progressive_ ) |
Constructor.
- Parameters
-
quality_ | Quality of the saved image. |
progressive_ | Tell if we save a progressive jpeg. |
Definition at line 138 of file jpeg_writer.cpp.
◆ progressive
bool claw::graphic::jpeg::writer::options::progressive |
Tell if we save a progressive jpeg.
Definition at line 181 of file jpeg.hpp.
◆ quality
unsigned char claw::graphic::jpeg::writer::options::quality |
Quality level to use in the saved stream.
Definition at line 178 of file jpeg.hpp.
The documentation for this struct was generated from the following files: