1 #ifndef PORTABLEIMAGEPRIVATE_H 2 #define PORTABLEIMAGEPRIVATE_H 4 #include "core/export_handling.h" 11 #include "streams/image.h" 12 #include "streams/stream_object_p.h" 28 unsigned char *data_ptr;
30 int w, h, bits, bytes, len;
44 #endif // PORTABLEIMAGEPRIVATE_H void init(int w, int h, enum Image::Format f)
Initialize some generic properties.
Definition: image_p.cpp:10
Format
Enum of all supported image formats.
Definition: image.h:42
Private part of the StreamObject class.
Definition: stream_object_p.h:11
Private part of the Image class.
Definition: image_p.h:19