summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* add a basic decode testVincent Sanders2015-09-013-211/+3
|
* Script to disassemble GIFs, to help with debugging broken GIFs.James Bursa2008-12-311-0/+109
| | | | svn path=/trunk/libnsgif/; revision=5949
* Change libnsgif to MIT licenceRob Kendrick2008-09-051-13/+3
| | | | svn path=/trunk/libnsgif/; revision=5243
* Decode example now includes local header so it's useful prior to installing ↵Sean Fox2008-07-151-1/+1
| | | | | | the library svn path=/branches/dynis/libnsgif/; revision=4671
* Corrected the return type for bitmap_get_buffer in the gif decoding exampleSean Fox2008-07-011-2/+2
| | | | svn path=/branches/dynis/libnsgif/; revision=4488
* Type correction; clear gif_animation's memory in gif_create()Sean Fox2008-06-271-2/+2
| | | | svn path=/branches/dynis/libnsgif/; revision=4460
* Minor corrections; lib caller must now free gif_dataSean Fox2008-06-261-2/+2
| | | | svn path=/branches/dynis/libnsgif/; revision=4459
* Bitmap callbacks are now set during the call to gif_createSean Fox2008-06-261-10/+10
| | | | svn path=/branches/dynis/libnsgif/; revision=4458
* Arranged gif_animation and gif_frame members, moved bitmap callbacks into ↵Sean Fox2008-06-261-23/+22
| | | | | | gif_animation, and added gif_create() function svn path=/branches/dynis/libnsgif/; revision=4449
* Improved functions handling gif extensions; added several constants for gif ↵Sean Fox2008-06-251-1/+3
| | | | | | flags svn path=/branches/dynis/libnsgif/; revision=4438
* Return values are now in an enumSean Fox2008-06-221-3/+3
| | | | svn path=/branches/dynis/libnsgif/; revision=4424
* Try and display the GIF anyway if an error code is returned.James Bursa2008-06-221-5/+4
| | | | svn path=/branches/dynis/libnsgif/; revision=4420
* Simplified example of using libnsgif.James Bursa2008-06-212-0/+221
svn path=/branches/dynis/libnsgif/; revision=4413