Claw
1.7.3
|
Parameters of the writing algorithm. More...
#include <jpeg.hpp>
Public Member Functions | |
options () | |
Default constructor. | |
options (unsigned char compression_quality_, bool progressive_) | |
Constructor. |
Public Attributes | |
unsigned char | quality |
Quality level to use in the saved stream. | |
bool | progressive |
Tell if we save a progressive jpeg. |
claw::graphic::jpeg::writer::options::options | ( | ) |
Default constructor.
Definition at line 137 of file jpeg_writer.cpp.
claw::graphic::jpeg::writer::options::options | ( | unsigned char | quality_, |
bool | progressive_ | ||
) |
Constructor.
quality_ | Quality of the saved image. |
progressive_ | Tell if we save a progressive jpeg. |
Definition at line 151 of file jpeg_writer.cpp.