Search found 1 match
- 2018-03-09T12:23:16-07:00
- Forum: Digital Image Processing
- Topic: Convert 3D LUT to hald image
- Replies: 35
- Views: 607433
Re: Convert 3D LUT to hald image
I've found a solution on another forum. I used the GIMP plugin G'MIC from the command line. It's really simple to install on linux; I used homebrew on mac with brew install gmic The script takes a LUT input (in my case .CUBE) and converts it directly to a Hald Clut PNG gmic -input_cube /path/to ...