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

image_attributes_factory could be more efficient #292

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions