summaryrefslogtreecommitdiff
path: root/examples/decode_ico.c
Commit message (Collapse)AuthorAgeFilesLines
* add decode test suiteVincent Sanders2015-09-011-203/+0
|
* Remove suspend/invalidate stuff.Michael Drake2012-10-141-20/+0
|
* Fix compilationChris Young2009-04-191-1/+1
| | | | svn path=/trunk/libnsbmp/; revision=7133
* Examples now allow partially decoded images. A warning is given for ↵Sean Fox2009-01-241-2/+5
| | | | | | BMP_INSUFFICIENT_DATA, but we still pass the bitmap data to display. svn path=/trunk/libnsbmp/; revision=6252
* Fix silly memory leaks.Sean Fox2009-01-241-3/+7
| | | | svn path=/trunk/libnsbmp/; revision=6250
* Check for proper image decoding /prior/ to outputting anything.Sean Fox2009-01-241-6/+7
| | | | svn path=/trunk/libnsbmp/; revision=6220
* Change libnsbmp to MIT licenceRob Kendrick2008-09-051-13/+3
| | | | svn path=/trunk/libnsbmp/; revision=5242
* Decode examples now include local header so they're useful prior to ↵Sean Fox2008-07-151-1/+1
| | | | | | installing the library svn path=/branches/dynis/libnsbmp/; revision=4672
* Changed several char/int types to proper types from <stdint.h>; corrected ↵Sean Fox2008-07-011-22/+35
| | | | | | decoding errors for 32-bit and 16-bit bitmaps; more corrections to ico handling; added support for 'limited transparency'; added documentation to assist with future editing; cleaned up functions that read in data svn path=/branches/dynis/libnsbmp/; revision=4484
* Added ico decoding exampleSean Fox2008-06-271-0/+212
svn path=/branches/dynis/libnsbmp/; revision=4466