Page 2 of 2

Re: How to use ImageMagick to splitt multi-channelr EXR?

Posted: 2016-03-05T11:46:34-07:00
by kustaa
I dont know if this is what youre looking for:
http://openexr.com/TechnicalIntroduction.pdf
But openexr.com is probably the best place to look for tech specs.

At least in case of my image it contains multiple layers(for example direct_diffuse and direct_specular) and these layers contain each their own r/g/b channels. Layers are a way in exr format to group channels. My technical knowledge doesnt go deeper than that with exr format.

K

Re: How to use ImageMagick to splitt multi-channelr EXR?

Posted: 2016-03-05T16:04:34-07:00
by fmw42
As far as I can tell, EXR does not contain layers, but does have "parts", which appears to be similar.

The IM developers will have to respond regarding interest and availability to modify the EXR reader.