summaryrefslogtreecommitdiff
path: root/include/libnsgif.h
Commit message (Collapse)AuthorAgeFilesLines
* Disposal Method: Handle Restore to previous with saved image.Michael Drake2020-07-061-0/+9
| | | | | | | | | | | Previously we decoded a previous frame over the current frame data to handle resoration. However, the previous frame depended on its own previous frame state for correct decode. Now we just make a copy of the previous frame data and copy it back to handle the GIF_FRAME_RESTORE case. See: https://github.com/libvips/libvips/issues/1084#issuecomment-653497200
* GIF decoding: Remove old LZW decoder and port library to new implementation.Michael Drake2017-04-051-0/+2
|
* Remove pointless current_error from API surface.Michael Drake2017-02-061-2/+0
|
* Add doxygen config and update formatting and doc commentsVincent Sanders2017-01-241-66/+141
|
* Missing includeChris Young2010-11-211-0/+1
| | | | svn path=/trunk/libnsgif/; revision=10949
* First cut at a port to the core buildsystemJohn Mark Bell2009-03-291-0/+107
svn path=/trunk/libnsgif/; revision=6983