summaryrefslogtreecommitdiff
path: root/examples/decode_ico.c
Commit message (Expand)AuthorAgeFilesLines
* Fix silly memory leaks.Sean Fox2009-01-241-3/+7
* Check for proper image decoding /prior/ to outputting anything.Sean Fox2009-01-241-6/+7
* Change libnsbmp to MIT licenceRob Kendrick2008-09-051-13/+3
* Decode examples now include local header so they're useful prior to installin...Sean Fox2008-07-151-1/+1
* Changed several char/int types to proper types from <stdint.h>; corrected dec...Sean Fox2008-07-011-22/+35
* Added ico decoding exampleSean Fox2008-06-271-0/+212