2

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

Janil
  • 81
  • 1
  • 7

1 Answers1

0

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.

Community
  • 1
  • 1
Lilith River
  • 16,204
  • 2
  • 44
  • 76