Wpf: Image Control does not support .TGA files
- by viky
In my application I am using Images, these images can be .tga(Targa Graphic) file as well, when I am creating instance of BitmapImage using .tga file, it throws exception saying "No imaging component suitable to complete this operation was found.".
Is there any other way to work with .tga file in wpf?
How can I use these(.tga) files just like any other .jpg(Image file) in wpf?