qt5base-lts/tests/auto/gui/image
Allan Sandfeld Jensen 52a3f1b00c Fix accuracy of ARGB32->A2RGB30 conversions
It was converted over ARGB32PM, when it should have been directly
converted to not lose accuracy, instead there was an unnecessary direct
ARGB32->RGB30 conversion, which was converted to the necessary type.

This also improves the selection of conversion over ARGB32PM or RGBA64PM
for ARGB32 and RGBA8888 by using 32-bit conversion when alpha is not
relevant.

Change-Id: I5990d8a23b2909d3910d8c1213fa46477742b052
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
2019-11-07 10:42:08 +01:00
..
qicoimageformat Fix loading of image files with wrong, but known, file name extension 2019-07-18 16:05:57 +02:00
qicon Introduce QIcon::fallbackSearchPaths() 2018-01-15 10:12:22 +00:00
qiconhighdpi qt_findAtNxFile(): account for .9 (9-patch image) extensions 2017-06-24 21:24:53 +00:00
qimage Fix accuracy of ARGB32->A2RGB30 conversions 2019-11-07 10:42:08 +01:00
qimageiohandler Updated license headers 2016-01-21 18:55:18 +00:00
qimagereader Simplify QColorSpace named presets 2019-09-03 15:10:11 +00:00
qimagewriter Add Grayscale16 Image Format 2018-12-12 22:26:49 +00:00
qmovie Don't crash when calling jumpToFrame() on an empty QMovie 2019-10-09 15:58:26 +02:00
qpicture tst_qpicture: Remove dependency on widgets 2018-05-24 10:35:43 +00:00
qpixmap Remove dead code from Qt 4 times 2019-08-20 22:27:46 +00:00
qpixmapcache Remove usages of deprecated APIs of qtbase/gui 2019-07-13 10:43:15 +02:00
image.pro Implement support for Scale directory key according to Icon Theme spec 2017-02-01 13:58:01 +00:00