summaryrefslogtreecommitdiff
path: root/image/bmpread.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2006-02-28 01:02:37 by rjw]Richard Wilson2006-02-281-7/+7
| | | | | | Render alpha-channel BMPs correctly. svn path=/import/netsurf/; revision=2100
* [project @ 2006-02-28 00:45:15 by rjw]Richard Wilson2006-02-281-57/+166
| | | | | | Implement bitfield encoding for BMPs. We now correctly decode every image in the BMP test suite at http://pobox.com/~jason1/bmpsuite/ svn path=/import/netsurf/; revision=2099
* [project @ 2006-02-26 02:25:19 by rjw]Richard Wilson2006-02-261-34/+234
| | | | | | Add support for ICO files. svn path=/import/netsurf/; revision=2096
* [project @ 2006-02-25 18:50:34 by rjw]Richard Wilson2006-02-251-0/+483
Support for BMP files svn path=/import/netsurf/; revision=2095