#include <stdio.h>#include <stdlib.h>#include <memory.h>#include "jpeg.h"#include <setjmp.h>#include <jpeglib.h>Include dependency graph for jpeg.c:

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 | my_error_mgr |
Typedefs | |
| typedef my_error_mgr * | my_error_ptr |
Functions | |
| GLOBAL (imageRGB) | |
| METHODDEF (void) | |
| 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