ImageLoader Class Reference
Very light wrapper around gd for reading images from file. More...
#include <ImageLoader.h>
Public Member Functions | |
bool | load (const char *fname) |
void | clear () |
yarp::sig::PixelBgra | pixel (int x, int y) |
bool | isValid () |
int | width () |
int | height () |
gdImagePtr | take () |
Detailed Description
Very light wrapper around gd for reading images from file.The documentation for this class was generated from the following files:
- src/native_effects/ImageLoader.h
- src/native_effects/ImageLoader.cpp