
Go to the source code of this file.
Classes | |
| struct | photo_image_t |
Typedefs | |
| typedef struct photo_image_t * | photo_image_p |
Functions | |
| void | photo_image_free (photo_image_p image) |
| photo_image_p | photo_image_initialize () |
| int | photo_image_read (photo_image_p image, const char *filename) |
| void | photo_image_set_size (photo_image_p image, int image_width, int image_height) |
| int | photo_image_write (photo_image_p image, const char *filename) |
| typedef struct photo_image_t * photo_image_p |
| void photo_image_free | ( | photo_image_p | image | ) |
| int photo_image_read | ( | photo_image_p | image, |
| const char * | filename | ||
| ) |
| void photo_image_set_size | ( | photo_image_p | image, |
| int | image_width, | ||
| int | image_height | ||
| ) |
| int photo_image_write | ( | photo_image_p | image, |
| const char * | filename | ||
| ) |