qt5base-lts/tests/auto/gui/image/qimagereader
aavit d91c1422a9 Fix GIF image decoding: do not zero transparent pixels
For the special transparent color index, the decoder would skip
writing anything out (thus leaving the pixels at 0 rgba value).
Although correct for later frames, for the initial frame this would
loose the color information for such pixels (which one otherwise
could have made visible e.g. by converting then image to an
alpha-less image format).

Change-Id: I316cefce8f21797feedebfbf98296ad84eaa4b99
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
(cherry picked from qt/c309d424f45dc0e7b62fbbbabf20dbfe355f48a7)
Reviewed-by: aavit <eirik.aavitsland@digia.com>
2012-11-09 16:07:51 +01:00
..
baseline Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
images Fix GIF image decoding: do not zero transparent pixels 2012-11-09 16:07:51 +01:00
.gitignore Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
qimagereader.pro Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
qimagereader.qrc QJpegHandler: add an embedded text support 2012-05-16 04:24:50 +02:00
tst_qimagereader.cpp Fix GIF image decoding: do not zero transparent pixels 2012-11-09 16:07:51 +01:00