/*
 *  Read a JPEG image from an open file.
 *  Return IMAGE_ERROR if something goes wrong.
 */

int	app_read_jpeg(ImageReader * reader);
