Image Component Library (ICL)
|
A Writer Plugin for writing ".jpeg" and ".jpg" images. More...
#include <FileWriterPluginJPEG.h>
Public Member Functions | |
virtual void | write (utils::File &file, const core::ImgBase *image) |
write implementation More... | |
Public Member Functions inherited from icl::io::FileWriterPlugin | |
virtual | ~FileWriterPlugin () |
Static Public Member Functions | |
static void | setQuality (int value) |
sets the currently used jped quality (0-100) (by default 90%) More... | |
Static Private Attributes | |
static int | s_iQuality |
current quality (90%) by default More... | |
static core::Img8u | s_oBufferImage |
(static!) internal buffer for Any-to-icl8u conversion More... | |
static utils::Mutex | s_oBufferImageMutex |
mutex to protect the static buffer More... | |
A Writer Plugin for writing ".jpeg" and ".jpg" images.
|
static |
sets the currently used jped quality (0-100) (by default 90%)
|
virtual |
write implementation
Implements icl::io::FileWriterPlugin.
|
staticprivate |
current quality (90%) by default
|
staticprivate |
(static!) internal buffer for Any-to-icl8u conversion
|
staticprivate |
mutex to protect the static buffer