diff options
author | Richard Hughes <richard@hughsie.com> | 2014-04-04 00:43:38 +0200 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2014-04-04 00:43:40 +0200 |
commit | f5a86f11183026faec97f29a6864762e6d156a78 (patch) | |
tree | 85a70941dc57f1563005db1fed80c9a5345b3290 /data/profiles/NTSC-RGB.xml.in | |
parent | ee3885f4945e3ad323de67cf670a0d5fe9c0c5da (diff) | |
download | colord-f5a86f11183026faec97f29a6864762e6d156a78.tar.gz |
Use ICCv2 for the RGB working space profiles
We've discussed this at LGM, and there are still a significant number of
programs that do not work well with a v4 workflow. Much as I dislike using a
deprecated version this seems like a sensible compromise given we can use the
'dscm' tag for at least translated description on OSX and Linux.
We can revisit this when all applications do sane things with v4 profiles.
Test profiles remain v4, which I think is a good compromise.
Diffstat (limited to 'data/profiles/NTSC-RGB.xml.in')
-rw-r--r-- | data/profiles/NTSC-RGB.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/profiles/NTSC-RGB.xml.in b/data/profiles/NTSC-RGB.xml.in index a3f2ac4..0b8efca 100644 --- a/data/profiles/NTSC-RGB.xml.in +++ b/data/profiles/NTSC-RGB.xml.in @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="UTF-8" ?> <profile> + <version>2.1</version> <name>NTSC-RGB</name> <description>NTSC RGB</description> <_copyright>This profile is free of known copyright restrictions</_copyright> |