/*
 *  Load a PNG file.
 *  Return IMAGE_ERROR if something goes wrong.
 *  Otherwise the image will be in the reader's data structure.
 */

int	app_read_png(ImageReader * reader);
