Guest User

Untitled

a guest
Mar 19th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #1/bin/bash
  2. # run this script in the directory containing your luts
  3.  
  4. for file in *
  5. do
  6. gmic -input_cube "$file" -r 64,64,64,3,3 -r 512,512,1,3,-1 -o "$file".png
  7. done
Add Comment
Please, Sign In to add comment