summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)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
* Change libnsgif to MIT licenceRob Kendrick2008-09-051-13/+3
* Decode example now includes local header so it's useful prior to installing t...Sean Fox2008-07-151-1/+1
* Corrected the return type for bitmap_get_buffer in the gif decoding exampleSean Fox2008-07-011-2/+2
* Type correction; clear gif_animation's memory in gif_create()Sean Fox2008-06-271-2/+2
* Minor corrections; lib caller must now free gif_dataSean Fox2008-06-261-2/+2
* Bitmap callbacks are now set during the call to gif_createSean Fox2008-06-261-10/+10
* Arranged gif_animation and gif_frame members, moved bitmap callbacks into gif...Sean Fox2008-06-261-23/+22
* Improved functions handling gif extensions; added several constants for gif f...Sean Fox2008-06-251-1/+3
* Return values are now in an enumSean Fox2008-06-221-3/+3
* Try and display the GIF anyway if an error code is returned.James Bursa2008-06-221-5/+4
* Simplified example of using libnsgif.James Bursa2008-06-212-0/+221