/*
 *  Saving JPEG files:
 */

int app_save_jpeg(Image *img, const char *filename, int dpi, int interlace);
