From 90a8de656fe689b6aa856e70e2d22de6630ea855 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Tue, 26 Jun 2018 17:12:02 +0200 Subject: Long live QColorSpace and friends Adds QColorSpace and QColorTransform classes, and parsing of a common subset of ICC profiles found in images, and also parses the ICC profiles in PNG and JPEGs. For backwards compatibility no automatic color handling is done by this patch. [ChangeLog][QtGui] A QColorSpace class has been added, and color spaces are now parsed from PNG and JPEG images. No automatic color space conversion is done however, and applications must request it. Change-Id: Ic09935f84640a716467fa3a9ed1e73c02daf3675 Reviewed-by: Eirik Aavitsland --- .../auto/gui/painting/qcolorspace/resources/sRGB2014.icc | Bin 0 -> 3024 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/auto/gui/painting/qcolorspace/resources/sRGB2014.icc (limited to 'tests/auto/gui/painting/qcolorspace/resources/sRGB2014.icc') diff --git a/tests/auto/gui/painting/qcolorspace/resources/sRGB2014.icc b/tests/auto/gui/painting/qcolorspace/resources/sRGB2014.icc new file mode 100644 index 0000000000..49afbfef10 Binary files /dev/null and b/tests/auto/gui/painting/qcolorspace/resources/sRGB2014.icc differ -- cgit v1.2.3