Search found 6 matches

by mrCatfish
2019-05-22T06:52:16-07:00
Forum: Bugs
Topic: exr to jpg - ignore exr bounding box
Replies: 3
Views: 7785

Re: exr to jpg - ignore exr bounding box

You're right, that worked. Thanks very much!
by mrCatfish
2019-05-09T11:25:06-07:00
Forum: Bugs
Topic: exr to jpg - ignore exr bounding box
Replies: 3
Views: 7785

exr to jpg - ignore exr bounding box

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
by mrCatfish
2019-05-09T08:54:26-07:00
Forum: Users
Topic: exr to jpg - ignore exr bounding box
Replies: 6
Views: 5861

Re: exr to jpg - ignore exr bounding box

Thanks for the reply. Could this be a bug in imagemagick then? If I open the exr file in Nuke, I clearly see an alpha channel that is not a box... it is the round planet and its orbit. When I do "convert solarSystem.1116.exr -alpha extract alpha.png" I do see that it has constructed an alp...
by mrCatfish
2019-05-08T10:38:44-07:00
Forum: Users
Topic: exr to jpg - ignore exr bounding box
Replies: 6
Views: 5861

Re: exr to jpg - ignore exr bounding box

Thanks fmw42. Here is a link to Google Drive where the original exr is and the jpeg derived from it.

https://drive.google.com/drive/folders/ ... sp=sharing
by mrCatfish
2019-05-08T09:15:37-07:00
Forum: Users
Topic: exr to jpg - ignore exr bounding box
Replies: 6
Views: 5861

exr to jpg - ignore exr bounding box

Hi, I am trying to convert exr images to jpeg. It works fine, but if the exr has a bounding box, the area outside the bounding box renders as white. I have tried both of these commands: # this is what I am using currently: convert %s -flatten -alpha remove %s # this is no good as it makes semi-trans...