44 std::vector<unsigned char>
data;
45 std::vector<unsigned char*>
rows;
std::vector< unsigned char * > rows
Definition: FileGrabberPluginPNG.h:45
utils::Mutex mutex
ensures, that data and rows is not used from several threads
Definition: FileGrabberPluginPNG.h:48
undocument this line if you encounter any issues!
Definition: Any.h:37
Plugin class to read "png" images.
Definition: FileGrabberPluginPNG.h:43
interface for ImageGrabber Plugins for reading different file types
Definition: FileGrabberPlugin.h:40
Utility class for file handling (reading files is buffered)
Definition: File.h:61
#define ICLIO_API
Definition: CompatMacros.h:176
ICLQt_API core::Img< T > grab(const std::string &dev, const std::string &devSpec, const utils::Size &size=utils::Size::null, core::format fmt=core::formatRGB, bool releaseGrabber=false)
grabs a new image from given device (affinity for floats)
std::vector< unsigned char > data
Definition: FileGrabberPluginPNG.h:44
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