diff options
author | Klaatu <klaatu@member.fsf.org> | 2016-07-27 20:37:29 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-30 06:03:56 +0700 |
commit | 785233d071ef477cf96d27fb2ec8c9baec0e19b1 (patch) | |
tree | 8838c235f31cb93d89f756559bd2fa2ca15d9ab8 /multimedia/ctl/README | |
parent | f73644a0a3ea1c6dbfdc3c610617d23b394f1f24 (diff) |
multimedia/ctl: Added (colour transform language and ctlrender app).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/ctl/README')
-rw-r--r-- | multimedia/ctl/README | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/multimedia/ctl/README b/multimedia/ctl/README new file mode 100644 index 0000000000000..ed1def51854b2 --- /dev/null +++ b/multimedia/ctl/README @@ -0,0 +1,24 @@ +The Color Transformation Language, or CTL, is a programming language +for digital color management. + +Digital color management requires translating digital images between +different representations or color spaces. The Color Transformation +Language, or CTL, is a small programming language that was designed to +serve as a building block for digital color management systems. + +CTL allows users to describe color transforms in a concise and unambiguous +way by expressing them as programs. In order to apply a given +transform to an image, the color management system instructs a CTL +interpreter to load and run the CTL program that describes the +transform. The original and the transformed image constitute the CTL +program's input and output. + +Provides +-------- + +This package provides: + +* CTL libraries and the CTL interpreter CTL documentation sample CTL +* applications utilizing IlmImfCtl the ctlrender application to use +* CTL transforms on an image using one or more CTL scripts, + potentially converting the file format in the process |