/*
 *  Saving PNG files:
 */

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