How can I show EXR/HDR using FreeImage (Wrapper for .NET) as a WPF's Image?
And PNG, TIFF, TGA?
I'm trying and searching in the net, but I'm not able to show these images...
I'm using Visual Studio 2010
Thanks
How can I show EXR/HDR using FreeImage (Wrapper for .NET) as a WPF's Image?
And PNG, TIFF, TGA?
I'm trying and searching in the net, but I'm not able to show these images...
I'm using Visual Studio 2010
Thanks
Based on your question, I assume you've been able to get a Bitmap instance successfully? If so, take a look at this post for converting it to a WPF image: Load a WPF BitmapImage from a System.Drawing.Bitmap
If not, feel free to take a look at the source code for the FreeImageDecoder plugin at http://imageresizing.net/
Let me know and I'll update may answer accordingly.