Created
February 20, 2015 16:55
-
-
Save jordanwesthoff/085b726ad2ebc3dba6fa to your computer and use it in GitHub Desktop.
ImageMagick LUT operator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Correct syntax to use imagemagick to apply a 3D LUT to an image frame | |
| convert [input_frame] [LUT frame (must be HALD)] -hald-clut [output_frame_name] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment