png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type, 0, 0, 0);
- eDebug("%s: %dx%dx%d png, %d", filename, (int)width, (int)height, (int)bit_depth, color_type);
+// eDebug("%s: %dx%dx%d png, %d", filename, (int)width, (int)height, (int)bit_depth, color_type);
if (color_type != 6)
{
result=new gPixmap(eSize(width, height), bit_depth);
- eDebug("gPixmap at %p", (gPixmap*)result);
gSurface *surface = result->surface;
png_bytep *rowptr=new png_bytep[height];