From 30301436b59efe7ff25991cbbaa388f6f1b4d66e Mon Sep 17 00:00:00 2001 From: Eirik Aavitsland Date: Wed, 15 Mar 2017 09:23:42 +0100 Subject: Add support for tiled, color indexed tiff files For color index images, the tiff handler uses scanline based reading. The tiff decoder does not support that if the image is stored in tiled format. This commit adds tile based reading for such cases. [ChangeLog][TIFF] Added support for tiled, color indexed tiff files Task-number: QTBUG-12636 Change-Id: Ic759903c75c8252267429f01e3dd9706fc516f8f Reviewed-by: Allan Sandfeld Jensen --- tests/shared/images/tiff.qrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/shared/images/tiff.qrc') diff --git a/tests/shared/images/tiff.qrc b/tests/shared/images/tiff.qrc index c98a72c..258acf0 100644 --- a/tests/shared/images/tiff.qrc +++ b/tests/shared/images/tiff.qrc @@ -41,5 +41,7 @@ tiff/rgb_orientation_8.tiff tiff/teapot.tiff tiff/colorful.bmp + tiff/indexed_tiled.tif + tiff/indexed_nontiled.tif -- cgit v1.2.3