Go to the source code of this file.
Functions | |
| void | write_JPEG_file (unsigned char *image, int image_width, int image_height, char *filename, int quality) |
| Writes a jpeg file. | |
| unsigned char * | read_JPEG_file (char *filename, int image_width, int image_height) |
| Reads a jpeg file. | |
| unsigned char* read_JPEG_file | ( | char * | filename, | |
| int | image_width, | |||
| int | image_height | |||
| ) |
Reads a jpeg file.
| filename |
| void write_JPEG_file | ( | unsigned char * | image, | |
| int | image_width, | |||
| int | image_height, | |||
| char * | filename, | |||
| int | quality | |||
| ) |
Writes a jpeg file.
| image | ||
| filename | ||
| quality |
1.4.7