Skip to content

Instantly share code, notes, and snippets.

@hi2p-perim
Last active April 25, 2016 11:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hi2p-perim/0a0f2f0354b420c766629178304b0bc2 to your computer and use it in GitHub Desktop.
Save hi2p-perim/0a0f2f0354b420c766629178304b0bc2 to your computer and use it in GitHub Desktop.
Convert multiple .exr files to .png with gamma correction
find . | grep \.exr$ | sed 'p;s/\.exr/\.png/' | xargs -n2 convert -gamma 2.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment