summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/icc/LICENSE.txt
diff options
context:
space:
mode:
authorTobias Koenig <tobias.koenig@kdab.com>2017-02-14 10:11:19 +0100
committerTobias Koenig <tobias.koenig@kdab.com>2017-03-28 07:02:05 +0000
commit6c32927f8cf226b8158dd25f4b92a6853dadb8b6 (patch)
tree7fcd1dcfa76c05d59fb6f115d133308dfe2922e2 /src/3rdparty/icc/LICENSE.txt
parent3398d9d40cb0dae2dc2a1a4f7dc3b4b9cceae903 (diff)
Improve PDF/A-1b support in QPdfWriter
Add new enum QPrinter::PdfVersion to switch QPdfWriter into PDF/A-1b mode. In that mode - meta data are embedded in XMP format - a color profile for sRGB is embedded and an OutputIntent defined - the ID key is added to the document trailer dictionary - a CIDSet entry is added to the font descriptor - transparency is removed from pens, brushes and images Change-Id: Ia8a24d83609b239e716aefc1ba05f07320dbd290 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/3rdparty/icc/LICENSE.txt')
-rw-r--r--src/3rdparty/icc/LICENSE.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/3rdparty/icc/LICENSE.txt b/src/3rdparty/icc/LICENSE.txt
new file mode 100644
index 0000000000..e25b1d39f1
--- /dev/null
+++ b/src/3rdparty/icc/LICENSE.txt
@@ -0,0 +1,10 @@
+For the file sRGB2014.icc:
+
+Copyright International Color Consortium, 2015
+
+This profile is made available by the International Color Consortium, and may be copied,
+distributed, embedded, made, used, and sold without restriction. Altered versions of this
+profile shall have the original identification and copyright information removed and
+shall not be misrepresented as the original profile.
+
+(original source location: http://www.color.org/srgbprofiles.xalter)