Skip to content

Instantly share code, notes, and snippets.

@jordanwesthoff
Created February 20, 2015 16:55
Show Gist options
  • Select an option

  • Save jordanwesthoff/085b726ad2ebc3dba6fa to your computer and use it in GitHub Desktop.

Select an option

Save jordanwesthoff/085b726ad2ebc3dba6fa to your computer and use it in GitHub Desktop.
ImageMagick LUT operator
# 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