colorprofiles.lua /size: 436 b    last modification: 2020-07-01 14:35
1-- This is just an example. We support both an xml format as well
2-- as lua tables.
3
4return {
5    {
6        filename        = "CoatedFOGRA39.icc",
7        id              =  "FOGRA39",
8        info            = "Coated FOGRA39 (ISO 12647-2:2004)",
9        checksum        = "74ff62f330bf0dbe4495b5720542d511",
10        url             = "http://www.color.org",
11        outputcondition = "",
12        version         = "21000000",
13    }
14}
15