logctool a set of utilities for processing logc encoded images. Test and verification data, including a step chart and color checker grid, can be generated for color space evaluation and testing.
Examples of stepchart and colorchecker using --transform sRGB for viewing.
Print logctool help message with flag --help
.
logctool -- a set of utilities for processing logc encoded images
Usage: logctool [options] filename...
General flags:
--help Print help message
-v Verbose status messages
--transforms List all transforms
--ei EI LogC exposure index
--dataformat DATAFORMAT LogC format (default: float, uint8, uint10, uint16 and uint32)
--transform TRANSFORM LUT transform
Output flags:
--outputtype OUTTYPE Output type (default: stepchart, colorchecker)
--outputfilename OUTFILENAME Output filename of log steps
--outputwidth WIDTH Output width of log steps
--outputheight HEIGHT Output height of log steps
--outputlinear Output linear steps
--outputnolabels Output no labels
--outputfalsecolorcubefile FILE Optional output false color cube (lut) file
--outputstopscubefile FILE Optional output stops cube (lut) file
./logctool
-v
--outputwidth 2048
--outputheight 1024
--dataformat float
--outputtype stepchart
--outpitfilename /Volumes/Build/github/test/logctool_LogC3.exr
./logctool
-v
--outputwidth 2048
--outputheight 1024
--dataformat uin10
--outputtype colorchecker
--outputfilename /Volumes/Build/github/test/logctool_LogC3.exr
./logctool
-v
--outputwidth 2048
--outputheight 1024
--dataformat float
--outputfilename /Volumes/Build/github/test/logctool_LogC3.exr
--outputstopscubefile /Volumes/Build/github/test/logctool_LogC3_out.cube
LogC charts are available EXR float and DPX 10-bit precision, EI 800.
LogC | LUT | Output type | Download |
---|---|---|---|
LogC3 | LogC3 | Stepchart | DCI 2K EXR DPX 4K EXR DPX |
LogC3 | Linear | Stepchart | DCI 2K EXR 4K EXR |
LogC3 | CanonLog | Stepchart | DCI 2K EXR DPX 4K EXR DPX |
LogC3 | CanonLog2 | Stepchart | DCI 2K EXR DPX 4K EXR DPX |
LogC3 | CanonLog3 | Stepchart | DCI 2K EXR DPX 4K EXR DPX |
LogC3 | Cineon | Stepchart | DCI 2K EXR DPX 4K EXR DPX |
LogC3 | Rec709 | Stepchart | DCI 2K EXR DPX 4K EXR DPX |
LogC3 | SonySLog1 | Stepchart | DCI 2K EXR DPX 4K EXR DPX |
LogC3 | SonySLog2 | Stepchart | DCI 2K EXR DPX 4K EXR DPX |
LogC3 | SonySLog3 | Stepchart | DCI 2K EXR DPX 4K EXR DPX |
LogC3 | sRGB | Stepchart | DCI 2K EXR DPX 4K EXR DPX |
LogC3 | LogC3 | Colorchecker | DCI 2K EXR DPX 4K EXR DPX |
LogC3 | Linear | Colorchecker | DCI 2K EXR 4K EXR |
LogC3 | CanonLog | Colorchecker | DCI 2K EXR DPX 4K EXR DPX |
LogC3 | CanonLog2 | Colorchecker | DCI 2K EXR DPX 4K EXR DPX |
LogC3 | CanonLog3 | Colorchecker | DCI 2K EXR DPX 4K EXR DPX |
LogC3 | Cineon | Colorchecker | DCI 2K EXR DPX 4K EXR DPX |
LogC3 | Rec709 | Colorchecker | DCI 2K EXR DPX 4K EXR DPX |
LogC3 | SonySLog1 | Colorchecker | DCI 2K EXR DPX 4K EXR DPX |
LogC3 | SonySLog2 | Colorchecker | DCI 2K EXR DPX 4K EXR DPX |
LogC3 | SonySLog3 | Colorchecker | DCI 2K EXR DPX 4K EXR DPX |
LogC3 | sRGB | Colorchecker | DCI 2K EXR DPX 4K EXR DPX |
The logctool app can be built both from commandline or using optional Xcode -GXcode
.
mkdir build
cd build
cmake .. -DCMAKE_MODULE_PATH=<path>/brawtool/modules -DCMAKE_PREFIX_PATH=<path> -GXcode
cmake --build . --config Release -j 8
Example using 3rdparty on arm64 with Xcode
mkdir build
cd build
cmake ..
cmake .. -DCMAKE_PREFIX_PATH=<path>/3rdparty/build/macosx/arm64.debug -GXcode
Logcotol is included as part of pipeline tools. You can download it from the releases page:
Project | Description |
---|---|
OpenImageIO | OpenImageIO project @ Github |
OpenColorIO | OpenColorIO project @ Github |
OpenEXR | OpenEXR project @ Github |
3rdparty | 3rdparty project containing all dependencies @ Github |
Cube LUTs are limited in their precision therefore does not handle the toe of the curve very well.
- GitHub page
https://github.com/mikaelsundell/logctool - Issues
https://github.com/mikaelsundell/logctool/issues
- ALEXA Log C Curve
https://github.com/mikaelsundell/utilities/blob/master/whitepapers/arri/11-06-30_Alexa_LogC_Curve.pdf
-
Arri LogC
Copyright © 2023 ARRI AG. All rights reserved. -
X-Rite ColorChecker
Copyright © 2009, X-Rite Incorporated. All rights reserved. -
Roboto font
https://fonts.google.com/specimen/Roboto
Designed by Christian Robertson