CTL
CTL copied to clipboard
The Color Transformation Language (CTL)
The documentation for ctlrender’s scaling of integer content reads like this: ``` > ctlrender -help scale input and output value scaling: To deal with differences in input and output file...
When input file is 10-bit, and output file is 16-bit OpenEXR, the following error is received: "exception thrown (oops...): EXR files only support 16 or 32 bps at the moment."...
Is there a maximum size for the data set in scatteredDataToGrid? Using ctlrender I run into trouble with the CTL below but when I truncate most of the data it...
Nuke CTL support, with functionality slightly reduced, but speed and reliability improved.
Suggestion for OpenEXR2.2 support with new library names
For building a proper DLL on windows, it is necesary to export all classes and public functions. That needs an .h file with exports like: # if defined(OPENEXR_DLL) ``` #if...
CtlInterpreter.cpp is missing several includes and uses the unportable lrand48() function. Here are the includes I had to add to make it portable. # ifdef _WIN32 ``` #include \ #include...
updates some basic language and help message formatting.
Something appears to have broken in the '-format aces' output option. ctlrender does not return an error, and the file appears to have been written successfully. However, the resulting file...