]> git.saurik.com Git - wxWidgets.git/commit - include/wx/imaggif.h
Added GIF and animated GIF saving support.
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Wed, 19 Jan 2011 12:28:31 +0000 (12:28 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Wed, 19 Jan 2011 12:28:31 +0000 (12:28 +0000)
commit77b83d0a0f152e0eea6e6d357fced42319ecb118
tree83fa3192b946bbbdafe0b379e290a749130a0050
parent818bc81a8b33e20a6bdc65137a79be488a75cc9d
Added GIF and animated GIF saving support.

Applied (modified) patch by troelsk. Also added a basic unit test for checking the frames of a saved animated GIF (a previous unit test already handles content of a GIF with a single frame).

Closes #8583.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/anidecod.h
include/wx/imaggif.h
interface/wx/image.h
src/common/imaggif.cpp
tests/image/image.cpp