summaryrefslogtreecommitdiff
path: root/examples/decode_bmp.c
Commit message (Expand)AuthorAgeFilesLines
* Remove suspend/invalidate stuff.Michael Drake2012-10-141-20/+0
* Fix compilationChris Young2009-04-191-1/+1
* Examples now allow partially decoded images. A warning is given for BMP_INSUF...Sean Fox2009-01-241-2/+5
* 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-11/+13
* Correct ico support and added documentation; corrected handling of rgb16 enco...Sean Fox2008-06-271-5/+1
* Arranged bmp_image members, moved bitmap callbacks into bmp_imageSean Fox2008-06-271-15/+11
* Added bmp decoding exampleSean Fox2008-06-271-0/+220