summaryrefslogtreecommitdiff
path: root/examples/decode_gif.c
Commit message (Collapse)AuthorAgeFilesLines
* 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-211-0/+221
svn path=/branches/dynis/libnsgif/; revision=4413