diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-21 09:48:49 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-21 09:48:49 +0100 |
commit | 341f807e6f1c77849312541025a1dbecadfbca5e (patch) | |
tree | e961aff952ecfabf88aaaf3b30f2c8cd91a3bb07 | |
parent | update todo (diff) | |
download | blueshift-341f807e6f1c77849312541025a1dbecadfbca5e.tar.gz blueshift-341f807e6f1c77849312541025a1dbecadfbca5e.tar.bz2 blueshift-341f807e6f1c77849312541025a1dbecadfbca5e.tar.xz |
document icc support in info manual
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | info/blueshift.texinfo | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/info/blueshift.texinfo b/info/blueshift.texinfo index 877410d..902b1e6 100644 --- a/info/blueshift.texinfo +++ b/info/blueshift.texinfo @@ -489,6 +489,13 @@ For example, instead of using @code{cmf_10deg}, you can use @code{lambda t : divide_by_maximum(cmf_10deg(t))}. @end table +If you have an ICC profile for calibration (applied last) +or want to use one for as a video filter (applied first), +the function @code{load_icc} can be used to load an ICC +profile file. @code{load_icc} takes one argument, the +pathname of the ICC profile file; the function returns +a fuction that can be invoked to apply the profile. + Keep in mind that the order your call the function matters. For example, adjusting the gamma before the brightness does not |