This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | HAIR |
Data Structures | |
| struct | imageRGB |
| struct for handling images More... | |
Typedefs | |
| typedef unsigned char | uchar |
Functions | |
| imageRGB | read_JPEG_file (char *filename) |
| Load and decompress JPEG image from disk */. | |
| bool | write_JPEG_file (char *filename, int quality, imageRGB img) |
| Compress image into JPEG, and save it to disk quality must be in range 0-100. | |
1.5.0-1