exrmultiview¶
exrmultiview[options]viewname1infile1viewname2infile2...outfile
Description¶
Combine two or more single-view OpenEXR image files intoa single multi-view image file. On the command line,each single-view input image is specified together witha corresponding view name. The first view on the commandline becomes the default view. Example:
exrmultiviewleftimgL.exrrightimgR.exrimgLR.exr
Here,imgL.exr andimgR.exr become the left and rightviews in output fileimgLR.exr. The left view becomesthe default view.
Options:¶
- -zx
sets the data compression method to x(none/rle/zip/piz/pxr24/b44/b44a/dwaa/dwab,default is piz)
- -v
verbose mode
- -h,--help
print this message
- --version
print version information
