/*###################################################################*/ /*## Image to Imlib raw rgb data Converter ##*/ /*## ##*/ /*## This software falls under the GNU Public License. Please read ##*/ /*## the COPYING file for more information ##*/ /*###################################################################*/ #ifdef HAVE_CONFIG_H #include #endif #include #include #include #include #include #ifdef HAVE_LIBPNG #include #endif #ifdef HAVE_LIBPNG unsigned char *g_LoadPNG(FILE * f, int *w, int *h, int *t); #endif int gispng(char *file);