This repository was archived by the owner on Jul 26, 2022. It is now read-only.

Description
We currently decode PNG and GIF images completely, but we only need to
decode the "header".
This should be straightforward to accomplish by adding a method to
PngReaderInterface that instructs the reader to read the header vs the
entire image.
We'd then use the appropriate png.h functions for PNG images, and
GIFReadScreen (in optipng's gifread.h) for GIF images.
Original issue reported on code.google.com by [email protected] on 26 May 2010 at 2:37