Last active
January 24, 2016 07:14
-
-
Save nicelifeBS/a9028905040e110cf98b to your computer and use it in GitHub Desktop.
oiiotool: Create multi channel exr
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
# "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