Then please leave out my next patch in this series too, since it will cause regressions without this one.
On Tue, Sep 14, 2010 at 7:52 AM, Vincent Povirk madewokherd@gmail.com wrote:
I'm in the process of reorganizing the ICO decoder to address bug 24301 and take advantage of the rest of WIC. I'd prefer to leave this out until then. It's hard enough as it is, without having to keep PNG icons working too.
On Tue, Sep 14, 2010 at 12:20 AM, Damjan Jovanovic damjan.jov@gmail.com wrote:
Changelog:
- windowscodecs: support ICO files with embedded PNGs
Try 2 uses IWICStream regions instead of reading the file into memory.
Damjan Jovanovic