TGA files are not supported in .NET?!

  • Thread starter Thread starter Perlom
  • Start date Start date
P

Perlom

It seems that .NET doesn't support TGA images for some reason. When trying
to load a TGA file

Dim MyImg as Bitmap = Bitmap.FromFile (TGAFilePath)

It returns an error. Is there another way to load the TGA images in GDI+?
different parameters maybe?

Thanx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top