summaryrefslogtreecommitdiff
path: root/icc/log.txt
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-05-01 16:24:15 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-05-01 16:24:15 +0200
commita30ba67504ffd12c4db499adbb5ce47a7d1f6036 (patch)
tree9ae1a7e3849dda6bbb5c578232f6f2fa5b2e7e7e /icc/log.txt
parent89e99e8a827859729729dfc92d74be4a8f96f1a4 (diff)
parent094535c010320967639e8e86f974d878e80baa72 (diff)
New release 1.7.0
Diffstat (limited to 'icc/log.txt')
-rw-r--r--icc/log.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/icc/log.txt b/icc/log.txt
index 7c4bd83..2e185dc 100644
--- a/icc/log.txt
+++ b/icc/log.txt
@@ -1,6 +1,18 @@
Change History: (See ArgyllCMS log.txt too)
+ 2.20
+ Add better cross compatibility with non-Argyll ICC profiles:
+ + Use "wrong Von Kries" media white point adapation for non-Argyll non-display profile
+ + Optionally create "wrong Von Kries" media white point adapation profiles
+ using the "ARGYLL_CREATE_WRONG_VON_KRIES_OUTPUT_CLASS_REL_WP" env. variable,
+ while maintaining ArgyllCMS compatibility using the 'arts' tag.
+ + Implement proper absolute colorimetric intent for ICCV2 Display profiles
+ that use the ICCV4 style of have a media white od D50 and storing the
+ media chromatic trasnform in the 'chad' tag.
+ + Optionally create such ICCV4 style V2 Display profiles by using the
+ "ARGYLL_CREATE_DISPLAY_PROFILE_WITH_CHAD" env. variable.
+
2.16
Clean up cLUT read code to make sanity checking
more explicit and remove redundant code.