summaryrefslogtreecommitdiff
path: root/examples/decode_ico.c
Commit message (Collapse)AuthorAgeFilesLines
* Changed several char/int types to proper types from <stdint.h>; corrected ↵Sean Fox2008-07-011-22/+35
| | | | | | 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 ico decoding exampleSean Fox2008-06-271-0/+212
svn path=/branches/dynis/libnsbmp/; revision=4466