typedef struct { const png_uint_32 width; const png_uint_32 height; const int color_type; } PngInfo;
typedef struct {
const png_uint_32 width;
const png_uint_32 height;
const int color_type;
} PngInfo;