diff options
author | Marius <mariausol@gmail.com> | 2013-05-19 20:40:34 +0300 |
---|---|---|
committer | Marius <mariausol@gmail.com> | 2013-05-19 20:40:34 +0300 |
commit | 13ec4b540e0d46c97fd7b089e0b7413da81e0a9f (patch) | |
tree | bebfa563a17c06b3bd3bf8f6f4ba6d025e00d107 /colors/icc | |
parent | 69ad13650cda027526271179e95b5294694143a1 (diff) | |
download | context-13ec4b540e0d46c97fd7b089e0b7413da81e0a9f.tar.gz |
beta 2013.05.19 19:27
Diffstat (limited to 'colors/icc')
-rw-r--r-- | colors/icc/context/colorprofiles.lua | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/colors/icc/context/colorprofiles.lua b/colors/icc/context/colorprofiles.lua index b2ae731a7..1cb7f94ba 100644 --- a/colors/icc/context/colorprofiles.lua +++ b/colors/icc/context/colorprofiles.lua @@ -1,14 +1,14 @@ --- This is just an example. We support both an xml format as well --- as lua tables. - -return { - { - filename = "CoatedFOGRA39.icc", - id = "FOGRA39", - info = "Coated FOGRA39 (ISO 12647-2:2004)", - checksum = "74ff62f330bf0dbe4495b5720542d511", - url = "http://www.color.org", - outputcondition = "", - version = "21000000", - } -} +-- This is just an example. We support both an xml format as well
+-- as lua tables.
+
+return {
+ {
+ filename = "CoatedFOGRA39.icc",
+ id = "FOGRA39",
+ info = "Coated FOGRA39 (ISO 12647-2:2004)",
+ checksum = "74ff62f330bf0dbe4495b5720542d511",
+ url = "http://www.color.org",
+ outputcondition = "",
+ version = "21000000",
+ }
+}
|