Wpf: Image Control does not support .TGA files

Posted by viky on Stack Overflow See other posts from Stack Overflow or by viky
Published on 2010-03-05T08:49:32Z Indexed on 2010/03/29 16:33 UTC
Read the original article Hit count: 523

Filed under:
|
|
|
|

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?

© Stack Overflow or respective owner

Related posts about c#

Related posts about wpf