summaryrefslogtreecommitdiff
path: root/libnsbmp.h
Commit message (Collapse)AuthorAgeFilesLines
* Moved *bmp_data just below bitmap_callbacks in the bmp_image structureSean Fox2008-07-011-1/+1
| | | | svn path=/branches/dynis/libnsbmp/; revision=4487
* Changed several char/int types to proper types from <stdint.h>; corrected ↵Sean Fox2008-07-011-19/+26
| | | | | | 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
* Correct ico support and added documentation; corrected handling of rgb16 ↵Sean Fox2008-06-271-16/+18
| | | | | | 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-24/+29
| | | | svn path=/branches/dynis/libnsbmp/; revision=4463
* Correct coloring issue under linux caused by signedness; added bmp_create() ↵Sean Fox2008-06-271-6/+7
| | | | | | function svn path=/branches/dynis/libnsbmp/; revision=4461
* More naming convention changes to the header to squash compiler errorsSean Fox2008-06-181-10/+10
| | | | svn path=/branches/dynis/libnsbmp/; revision=4398
* Incorporated bitmap callbacks to make libnsbmp stand-aloneSean Fox2008-06-181-7/+31
| | | | svn path=/branches/dynis/libnsbmp/; revision=4396
* Copy current bmpread.h to new bmp library's directorySean Fox2008-06-181-0/+84
svn path=/branches/dynis/libnsbmp/; revision=4394