Search found 3 matches
- 2011-12-05T14:12:48-07:00
- Forum: Developers
- Topic: Compiling for Open EXR on windows 7
- Replies: 2
- Views: 6976
Re: Compiling for Open EXR on windows 7
Yay, finally, I was able to compile successfully !! It was more complex than I assumed. All the steps that I wrote before are to be followed exactly, but it works for me only on 32 bit build(no big deal). The only change is that in the Open EXR Source files from from ILM, in the Lib folder, I had to ...
- 2011-12-02T13:45:12-07:00
- Forum: Developers
- Topic: Compiling for Open EXR on windows 7
- Replies: 2
- Views: 6976
Re: Compiling for Open EXR on windows 7
Just to mention : I did all of the following in order: 0. Copied the ImageMagick-6.7.3 to my c:\temp folder. 1. Created a new folder 'exr' in root ImageMagick-6.7.3 folder. 2. Extracted all files from openexr-1.4.0-vs2005 that I downloaded from Open EXR in this newly created 'exr' folder. 3. Ran ...
- 2011-12-02T12:57:08-07:00
- Forum: Developers
- Topic: Compiling for Open EXR on windows 7
- Replies: 2
- Views: 6976
Compiling for Open EXR on windows 7
Hi, I know there are lot of threads already on this issue, I went through most of them. To build IM for Open EXR, I found this http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=17883&p=67813&hilit=exr#p67813 to be most useful. But was not still able to get the .exr read / wrtie to work ...