blob: e779f37c693d6aa24b49851099567173fbca1f4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
The CTL(Color Transformation Language) interpreter contains
the following C++ libraries:
IlmCtl The CTL interpreter front end and the interpreter's
public programming interface.
IlmCtlSimd The interpreter's SIMD back end.
IlmCtlMath Math routines that are used by IlmCtlSimd: conversions
between standard color spaces, 1D and 3D lookup tables,
3D scattered data interpolation.
WWW: http://www.oscars.org/council/ctl.html
|