utils::Mutex m_oBufferMutex
internal mutex to protect the buffer
Definition: FileWriterPluginPNM.h:50
Interface class for writer plugins writing images in different file formats.
Definition: FileWriterPlugin.h:41
undocument this line if you encounter any issues!
Definition: Any.h:37
Utility class for file handling (reading files is buffered)
Definition: File.h:61
#define ICLIO_API
Definition: CompatMacros.h:176
Writer plugin to write images as ".ppm", ".pgm", ".pnm" and ".icl".
Definition: FileWriterPluginPNM.h:43
std::vector< icl8u > m_vecBuffer
internal data conversion buffer
Definition: FileWriterPluginPNM.h:53
Mutex class of the ICL.
Definition: Mutex.h:54
ImgBase is the Image-Interface class that provides save access to underlying Img-template .
Definition: ImgBase.h:131