Hi, there seems to be a bug in reading exrs with embedded bounding box and converting to a format that does not support alpha.
Please see this thread: http://www.imagemagick.org/discourse-se ... f596cba877
exr to jpg - ignore exr bounding box
Re: exr to jpg - ignore exr bounding box
Try
Is that the expected results?
Code: Select all
convert -background none solarSystem.1116.exr solarSystem.jpg
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: exr to jpg - ignore exr bounding box
That seems to work for me.
Is all transparent background
is all black background
Code: Select all
magick -background none solarSystem.1116.exr solarSystem.png
Code: Select all
magick -background none solarSystem.1116.exr solarSystem.jpg
Re: exr to jpg - ignore exr bounding box
You're right, that worked. Thanks very much!