]> git.saurik.com Git - wxWidgets.git/commit
Added saving support to TGA image handler.
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Tue, 28 Dec 2010 22:38:04 +0000 (22:38 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Tue, 28 Dec 2010 22:38:04 +0000 (22:38 +0000)
commit3d926ff8a9ce840252003a7acfa49a1b642f48de
treed38379429f456a4bbb028f0919fc6aa4e4f1b9a7
parent5828d76add0c964f6b9ca0e7fe23e49b0ea9ff26
Added saving support to TGA image handler.

Supports saving 24-bit and 32-bit (RGB with alpha).
Updated image unit test to verify the alpha channel of saved TGA images. Also removed a condition skipping a test which only was in place for TGA (formerly its saving handler would do nothing yet say saving was succesful).

See also #7661.

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