Page 1 of 1
Add Exr Layers
Posted: 2016-07-21T00:18:05-07:00
by Ihno
Is it Possible to use ImageMagick to add layers to exr files and rename them with commandline optons?
If yes, could you please tell me which commands I'd have to use?
Re: Add Exr Layers
Posted: 2016-07-21T00:26:47-07:00
by fmw42
I do not believe that IM supports layered EXR. But I am not 100% sure. What do you mean by rename them with commandline optons? IM will always read and then write the file. So if you do
convert image.exr image2.exr
It will read and write the image.
For renaming without reading the image, use your OS to do the renaming, such as cp in unix.
Re: Add Exr Layers
Posted: 2016-07-21T04:34:24-07:00
by Ihno
Damn. Hopefully you are wrong
My opinion was to make a batch file which creates a multilayered exr out of two single layered exr's with a specifired name for the second layer.
Re: Add Exr Layers
Posted: 2016-07-21T09:33:09-07:00
by fmw42
IM will not create layer names in any format as far as I know. IM's use of EXR is limited to "half" format and simple images, again, as far as I know. I will, however, defer to the IM developers to correct me.