summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Change libnsbmp to MIT licenceRob Kendrick2008-09-052-26/+6
| | | | svn path=/trunk/libnsbmp/; revision=5242
* Decode examples now include local header so they're useful prior to ↵Sean Fox2008-07-152-2/+2
| | | | | | 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-012-33/+48
| | | | | | 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 bmp test suiteSean Fox2008-07-0145-0/+146
| | | | svn path=/branches/dynis/libnsbmp/; revision=4483
* Added ico decoding exampleSean Fox2008-06-272-0/+212
| | | | svn path=/branches/dynis/libnsbmp/; revision=4466
* Correct ico support and added documentation; corrected handling of rgb16 ↵Sean Fox2008-06-271-5/+1
| | | | | | encoding; bmp_data/buffer_size are now passed to bmp_analyse; several bmp functions are now defined as static svn path=/branches/dynis/libnsbmp/; revision=4465
* Arranged bmp_image members, moved bitmap callbacks into bmp_imageSean Fox2008-06-271-15/+11
| | | | svn path=/branches/dynis/libnsbmp/; revision=4463
* Added bmp decoding exampleSean Fox2008-06-273-0/+220
svn path=/branches/dynis/libnsbmp/; revision=4462