summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix ICO decoding on big-endian platforms.Chris Young2009-12-191-1/+4
| | | | svn path=/trunk/libnsbmp/; revision=9741
* "Improve" broken-looking inverse height calculation. This probably regresses ↵John Mark Bell2009-05-271-2/+1
| | | | | | something but someone needs to create a testsuite to determine that. svn path=/trunk/libnsbmp/; revision=7586
* Fix palette endianness of 16bpp and higher BMPs.Chris Young2009-04-191-0/+4
| | | | | | | All BMP test suite images now display correctly on PowerPC (AmigaOS 4) except g04rle.bmp which is crashing in bmp_decode_rle() svn path=/trunk/libnsbmp/; revision=7135
* Fix palette endiannessChris Young2009-04-191-0/+1
| | | | svn path=/trunk/libnsbmp/; revision=7134
* Fix warningsJohn Mark Bell2009-03-291-12/+12
| | | | svn path=/trunk/libnsbmp/; revision=6982
* First cut at a port to the new buildsystemJohn Mark Bell2009-03-293-0/+1157
svn path=/trunk/libnsbmp/; revision=6981