mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
14 lines
432 B
Plaintext
14 lines
432 B
Plaintext
|
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
|