Search found 4 matches
- 2015-06-27T07:22:31-07:00
- Forum: Users
- Topic: Combine EXR keeping layers information
- Replies: 12
- Views: 17441
Re: Combine EXR keeping layers information
We did try some of the tools that are distributed with the OpenEXR delegate library, and they do show your images as all black. 2 softwares opened it without any issue : - Krita shows every layers http://www.pasteall.org/pic/show.php?id=89920 - Blender shows every "main" layers ; when I select one ...
- 2015-06-26T14:17:24-07:00
- Forum: Users
- Topic: Combine EXR keeping layers information
- Replies: 12
- Views: 17441
Re: Combine EXR keeping layers information
Hi The 4 EXR tiles can be found here : https://www.dropbox.com/sh/p6h8kh5wlroy5bb/AACMuR8WieZ-SqB3qXHFwk_ea?dl=0 (This is the "imput_tile...exr"). The imagemagick version is 6.8.9.9-5. I found a python script using OpenEXR library for separate layers, but none to create a new Multilayered EXR ...
- 2015-06-26T11:28:59-07:00
- Forum: Users
- Topic: Combine EXR keeping layers information
- Replies: 12
- Views: 17441
Re: Combine EXR keeping layers information
Thanks for your replies.
A simple convert IM call from EXR to TIFF generates a complete black TIFF with only one layer.
The source images comes from Blender, it can generate a lot of formats. The generation of a TIFF returns a one-layer image.
Regards
A simple convert IM call from EXR to TIFF generates a complete black TIFF with only one layer.
The source images comes from Blender, it can generate a lot of formats. The generation of a TIFF returns a one-layer image.
Regards
- 2015-06-26T10:20:41-07:00
- Forum: Users
- Topic: Combine EXR keeping layers information
- Replies: 12
- Views: 17441
Combine EXR keeping layers information
Hi everybody First, sorry for my poor english. I encountered some issues using imagemagick to combine EXR. With PNG or anything else, no problem. I have 4 images at same size, which should be combined to get a bigger image. Each image represents a part of the bigger image (top left, top right ...