Skip to content

Instantly share code, notes, and snippets.

@nicelifeBS
Last active January 24, 2016 07:14
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 nicelifeBS/a9028905040e110cf98b to your computer and use it in GitHub Desktop.
Save nicelifeBS/a9028905040e110cf98b to your computer and use it in GitHub Desktop.
oiiotool: Create multi channel exr
# "chappend" appends all channels of all images in the stack
# "chnames" renames the appended channels
oiiotool input1.exr input2.exr --chappend --chnames R,G,B,A,input2_label.R,input2_label.G,input2_label.B,input2_label.A -o output.exr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment