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/indexed_nontiled.tif | Bin 0 -> 119486 bytes tests/shared/images/tiff/indexed_tiled.tif | Bin 0 -> 209220 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/shared/images/tiff/indexed_nontiled.tif create mode 100644 tests/shared/images/tiff/indexed_tiled.tif (limited to 'tests/shared/images/tiff') diff --git a/tests/shared/images/tiff/indexed_nontiled.tif b/tests/shared/images/tiff/indexed_nontiled.tif new file mode 100644 index 0000000..d0b7cef Binary files /dev/null and b/tests/shared/images/tiff/indexed_nontiled.tif differ diff --git a/tests/shared/images/tiff/indexed_tiled.tif b/tests/shared/images/tiff/indexed_tiled.tif new file mode 100644 index 0000000..4ed11dd Binary files /dev/null and b/tests/shared/images/tiff/indexed_tiled.tif differ -- cgit v1.2.3