summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* add decode test suiteVincent Sanders2015-09-0149-541/+6
* Remove suspend/invalidate stuff.Michael Drake2012-10-142-40/+0
* Fix compilationChris Young2009-04-192-2/+2
* Examples now allow partially decoded images. A warning is given for BMP_INSUF...Sean Fox2009-01-242-4/+10
* Fix silly memory leaks.Sean Fox2009-01-242-6/+14
* Check for proper image decoding /prior/ to outputting anything.Sean Fox2009-01-242-12/+14
* Change libnsbmp to MIT licenceRob Kendrick2008-09-052-26/+6
* Decode examples now include local header so they're useful prior to installin...Sean Fox2008-07-152-2/+2
* Changed several char/int types to proper types from <stdint.h>; corrected dec...Sean Fox2008-07-012-33/+48
* Added bmp test suiteSean Fox2008-07-0145-0/+146
* Added ico decoding exampleSean Fox2008-06-272-0/+212
* 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-273-0/+220