#include <ubinary.hh>
Public Member Functions | |
const char * | format_string () const |
Return a legible definition of imageFormat. | |
Public Attributes | |
unsigned char * | data |
pointer to image data | |
size_t | size |
image size in byte | |
size_t | width |
size_t | height |
size of the image | |
UImageFormat | imageFormat |
This class does not handle its memory: the data field msut be freed manualy.
Definition at line 98 of file ubinary.hh.