CTL
CTL copied to clipboard
The Color Transformation Language (CTL)
add AddressSantizer build type to CMakelists.txt ``` set(CMAKE_CXX_FLAGS_ASAN "-fsanitize=address -fno-optimize-sibling-calls -fsanitize-address-use-after-scope -fno-omit-frame-pointer -g -O1" CACHE STRING "Flags used by the C++ compiler during AddressSanitizer builds." FORCE) ``` build unit tests...
This is a change to compile under windows (as static only) and fix the lexer to read doubles regarding of locale (checked on windows and linux, but not osx).
Hello, I'm trying to use the CTL C++ API and noticed that the `ImfCtlApplyTransforms` simplified API don't seems to work with ACES CTL anymore. The problem is that it expects...
* GNUInstallDirs are variables set by each distro and OS, so we don't need to define them manually. They can also be set manually during the configure phase. The code...
I am not able to compile the code because whenever a OpenEXR related header is included it throws an error. For example, `````` /home/jasjuang/CTL/lib/IlmCtl/CtlExc.h:66:24: fatal error: IexBaseExc.h: No such file...
The first problem is that the constructor with ... is not recognized by the compiler. The problem appears on VC10, VC11 and VC12. [ 4%] Building CXX object lib/IlmCtl/CMakeFiles/IlmCtl.dir/CtlExc.cpp.obj CtlExc.cpp...
input_scale scales alpha currently. This can lead to odd behaviour in many applications. Should there be an option to scale RGB and not alpha if desired?
In: CTL/unittest/ctlrender/CMakeLists.txt The `WORKING_DIRECTORY` parameter is a feature of cmake v.2.8.4 ``` add_test( NAME ctlrender WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMMAND ./test.sh $ ) #add_dependencies(check ctlrender) ```
Adds support for reading and writing ADX compliant DPX files from ctlrender.