42 #ifdef ICL_HAVE_LIBJPEG undocument this line if you encounter any issues!
Definition: Any.h:37
ICL Time class (taken from the Ice lib)
Definition: Time.h:52
virtual ~FileGrabberPlugin()
Definition: FileGrabberPlugin.h:46
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
format
determines the color-format, that is associated with the images channels
Definition: Types.h:70
#define ICLIO_API
Definition: CompatMacros.h:176
Size class of the ICL.
Definition: Size.h:61
Utility class for decoding JPEG-Data streams (with ICL_HAVE_LIBJPEG only)
Definition: JPEGDecoder.h:41
depth
determines the pixel type of an image (8Bit-int or 32Bit-float)
Definition: Types.h:60
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)
Rectangle class of the ICL used e.g. for the Images ROI-rect.
Definition: Rect.h:95
ImgBase is the Image-Interface class that provides save access to underlying Img-template .
Definition: ImgBase.h:131