Image Component Library (ICL)
|
Writer plugin to write binary icl image (extension bicl / bicl.gz) More...
#include <FileWriterPluginBICL.h>
Public Member Functions | |
FileWriterPluginBICL (const std::string &compressionType="none", const std::string &quality="none") | |
virtual void | write (utils::File &file, const core::ImgBase *image) |
write implementation More... | |
Public Member Functions inherited from icl::io::FileWriterPlugin | |
virtual | ~FileWriterPlugin () |
Private Attributes | |
ImageCompressor | compressor |
utils::Mutex | mutex |
Writer plugin to write binary icl image (extension bicl / bicl.gz)
The bicl-core::format does also support saving image meta data
icl::io::FileWriterPluginBICL::FileWriterPluginBICL | ( | const std::string & | compressionType = "none" , |
const std::string & | quality = "none" |
||
) |
|
virtual |
write implementation
Implements icl::io::FileWriterPlugin.
|
private |
|
private |