#include <imageppm.h>
Definition at line 42 of file imageppm.h.
Public Member Functions | |
| ImagePPM () | |
| ImagePPM (int width, int height, unsigned char *data) | |
| data must contain width*height*3 (RGB) values! | |
| ~ImagePPM () | |
| int | loadImage (char *filename) |
| int | storeImage (char *filename) |
| int | width () |
| int | height () |
| unsigned char * | data () |
|
|
Definition at line 70 of file imageppm.cpp. |
|
||||||||||||||||
|
data must contain width*height*3 (RGB) values!
Definition at line 74 of file imageppm.cpp. |
|
|
Definition at line 154 of file imageppm.cpp. |
|
|
Definition at line 57 of file imageppm.h. |
|
|
Definition at line 56 of file imageppm.h. |
|
|
Definition at line 81 of file imageppm.cpp. |
|
|
Definition at line 130 of file imageppm.cpp. |
|
|
Definition at line 55 of file imageppm.h. |
1.4.5