summaryrefslogtreecommitdiff
path: root/colors/icc/context/colorprofiles.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2010-09-03 12:35:26 +0300
committerMarius <mariausol@gmail.com>2010-09-03 12:35:26 +0300
commit16895587e51f8243a7e4dc6185979894fb199d4f (patch)
tree923fe9fe4d34a11202e06a4258ba71bab6ccde8d /colors/icc/context/colorprofiles.lua
parent20da4ce347921be291c8804041bd8756e3bf1707 (diff)
downloadcontext-16895587e51f8243a7e4dc6185979894fb199d4f.tar.gz
beta 2010.09.03 11:05
Diffstat (limited to 'colors/icc/context/colorprofiles.lua')
-rw-r--r--colors/icc/context/colorprofiles.lua14
1 files changed, 14 insertions, 0 deletions
diff --git a/colors/icc/context/colorprofiles.lua b/colors/icc/context/colorprofiles.lua
new file mode 100644
index 000000000..b2ae731a7
--- /dev/null
+++ b/colors/icc/context/colorprofiles.lua
@@ -0,0 +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",
+ }
+}