qt5base-lts/tests/auto/gui/image/qimagereader
Eirik Aavitsland c4c8886a86 ppm/pgm image formats: fix reading 16bit and limited range
The color values of ppm and pgm images can be either 8 or 16 bits.
They can also be scaled to a smaller max value, and they can be
expressed either binary or ascii. For some of these permutations, Qt's
image handler lacked implementation or would decode the wrong color
value. This commit fixes that.

Task-number: QTBUG-18262
Task-number: QTBUG-35990
Change-Id: I7cf11c2366244f3a9b31c1a565a81e2658bc6a51
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2017-03-02 07:59:50 +00:00
..
baseline Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
images Crash fix: reject certain malformed bmp images 2016-02-05 04:14:35 +00:00
.gitignore Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
android_testdata.qrc Android: Fix QImageReader test 2015-01-16 09:27:15 +01:00
qimagereader.pro Remove the traces of the discontinued android-no-sdk platform 2016-03-30 10:12:34 +00:00
qimagereader.qrc Fixed crash in image reader when reading certain BMP files. 2013-02-06 09:59:56 +01:00
tst_qimagereader.cpp ppm/pgm image formats: fix reading 16bit and limited range 2017-03-02 07:59:50 +00:00