You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Damjan Jovanovic <da...@gmail.com> on 2010/09/02 21:31:44 UTC

[sanselan] ICO format patch

Hi

I've finished my patch for Sanselan that vastly improves support for
ICO files, it now:

Uses only the BITMAPINFOHEADER to parse the icon (using the
ICONDIRENTRY is wrong and the tests included prove it)
Adds support for writing ICO files
Adds support for reading 16 BPP ICO files
Adds support for compressed bitmaps
Adds support for the Windows Vista (and later) PNG ICO format
Verifies crucial fields in ICO files
Adds extensive tests

It's the latest patch by date at:
https://issues.apache.org/jira/browse/SANSELAN-40

Thank you
Damjan Jovanovic

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [sanselan] ICO format patch

Posted by Charles Matthew Chen <ch...@gmail.com>.
Hi Damjan,

   I'm travelling this week; I'll take a look as soon as I can but it
will take a while.

Matthew


On Thu, Sep 2, 2010 at 4:31 PM, Damjan Jovanovic <da...@gmail.com> wrote:
> Hi
>
> I've finished my patch for Sanselan that vastly improves support for
> ICO files, it now:
>
> Uses only the BITMAPINFOHEADER to parse the icon (using the
> ICONDIRENTRY is wrong and the tests included prove it)
> Adds support for writing ICO files
> Adds support for reading 16 BPP ICO files
> Adds support for compressed bitmaps
> Adds support for the Windows Vista (and later) PNG ICO format
> Verifies crucial fields in ICO files
> Adds extensive tests
>
> It's the latest patch by date at:
> https://issues.apache.org/jira/browse/SANSELAN-40
>
> Thank you
> Damjan Jovanovic
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org