I am building ImageMagick with OpenEXR support for 32 bit Windows from source. I have successfully built OpenEXR. I have pointed the EXR delegate build to the libraries and set the #define MAGICKCORE_OPENEXR_DELEGATE. I have also used #define MAGICKCORE_HDRI_SUPPORT. Everything compiles and links and builds successfully. However, I can't seem to get it to recognize the delegate. If I list the configuration, openexr does not show up:
- C:\> convert-list configure
...
DELEGATES bzlib freetype jpeg jp2 lcms png tiff x11 xml wmf zlib
...
What am I doing wrong? How can I get the delegate to be correctly recognized? Does anyone have ImageMagick with OpenEXR built for 32 bit Windows already?
Thank you for any help you can provide. Thanks,
-robin