37 #ifndef ICL_HAVE_LIBJPEG 39 #pragma WARNING("libjpeg is not available, therefore, this header should not be included") 41 #warning "libjpeg is not available, therefore, this header should not be included" 61 void setQuality(
int quality);
75 void writeToFile(
const core::ImgBase *image,
const std::string &filename);
encoded data type
Definition: JPEGEncoder.h:64
Data * m_data
pimpl type
Definition: JPEGEncoder.h:49
undocument this line if you encounter any issues!
Definition: Any.h:37
Class interface for un-copyable classes.
Definition: Uncopyable.h:64
Ipp8u icl8u
8Bit unsigned integer type for the ICL
Definition: BasicTypes.h:64
int len
number of bytes used
Definition: JPEGEncoder.h:66
encoding class for data-to-data jpeg compression
Definition: JPEGEncoder.h:48
#define ICLIO_API
Definition: CompatMacros.h:176
icl8u * bytes
byte pointer
Definition: JPEGEncoder.h:65
ImgBase is the Image-Interface class that provides save access to underlying Img-template .
Definition: ImgBase.h:131