summaryrefslogtreecommitdiff
path: root/colors/icc/context/colorprofiles.lua
diff options
context:
space:
mode:
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",
+ }
+}