summaryrefslogtreecommitdiff
path: root/libnsbmp.c
Commit message (Collapse)AuthorAgeFilesLines
* Changed several char/int types to proper types from <stdint.h>; corrected ↵Sean Fox2008-07-011-185/+363
| | | | | | 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-48/+105
| | | | | | 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-43/+43
| | | | svn path=/branches/dynis/libnsbmp/; revision=4463
* Correct coloring issue under linux caused by signedness; added bmp_create() ↵Sean Fox2008-06-271-55/+65
| | | | | | function svn path=/branches/dynis/libnsbmp/; revision=4461
* Incorporated bitmap callbacks to make libnsbmp stand-aloneSean Fox2008-06-181-48/+51
| | | | svn path=/branches/dynis/libnsbmp/; revision=4396
* Copy current bmpread.c to new bmp library's directorySean Fox2008-06-181-0/+816
svn path=/branches/dynis/libnsbmp/; revision=4393