(png_instantiate):
authortomo <tomo>
Fri, 17 Feb 2012 16:37:50 +0000 (16:37 +0000)
committertomo <tomo>
Fri, 17 Feb 2012 16:37:50 +0000 (16:37 +0000)
commitb5ac056b4109f5ef3ad452514c4d9feddfcabec7
tree505091184fb15925fbd65457b95a81145b81fe02
parentd2cba5be22b0520469ad68475ef80b07147ee047
(png_instantiate):
- Use `png_get_image_height (png_ptr, info_ptr)' instead of
  `info_ptr->height'.
- Use `png_get_image_width (png_ptr, info_ptr)' instead of
  `info_ptr->width'.
- Use `png_get_color_type(png_ptr, info_ptr)' instead of
  `info_ptr->color_type'.
- Use `png_get_bit_depth(png_ptr, info_ptr)' instead of
  `info_ptr->bit_depth'.
src/glyphs-eimage.c