openexr icon indicating copy to clipboard operation
openexr copied to clipboard

multiple single-layer .exr images to one multi-layer exr image

Open gree303 opened this issue 4 years ago • 3 comments

Hi, I'm trying to get multiple single-layer images converted to one multi-layer exr file. Sofar I've been able to setup openexr with python/pip. But I can't find a suitable help which describes this issue beside the sub-channel docs. It's a bit limited and I can't get my head around it.

Would anyone share a working example for converting multiple images into a single multi-layer exr file? Thanks.

gree303 avatar Mar 10 '21 13:03 gree303

Do you want a multi-layer file (an OpenEXR 1.x file with many channels, having a particular naming convention that allows them to be logically grouped)? Or do you want a multi-part file (an OpenEXR 2.x file having multiple related images in one file container)?

lgritz avatar Mar 10 '21 21:03 lgritz

Great question! - I have no idea :) But I guess 2.x is the newer standard and the way to go. Beside that I'm interested in both ways. Thanks and plz excuse my late reply.

gree303 avatar Aug 15 '21 18:08 gree303

oiiotool layer1.exr layer2.exr layer3.exr --siappendall -o merged.exr

lgritz avatar Aug 15 '21 18:08 lgritz