]> git.saurik.com Git - wxWidgets.git/commit
Added support for reading comments from a GIF image.
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Wed, 2 Feb 2011 11:19:30 +0000 (11:19 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Wed, 2 Feb 2011 11:19:30 +0000 (11:19 +0000)
commit15f345aad37f2f499f5e631d86238325bf232e36
tree67861a2a5e1e915e2f0a2deaf9833d72eafd7952
parent41857332b629ed9c17ceca252a5cdd951995d667
Added support for reading comments from a GIF image.

Applied (modified) patch by troelsk. Changed comments (which are allowed per frame in an animated GIF) to be read using wxIMAGE_OPTION_GIF_COMMENT with wxImage.GetOption. Added unit tests for reading and writing GIF comments.

Closes #12843.

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