[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.drawing

TGA files are not supported in .NET?!

Perlom

10/8/2004 9:14:00 PM


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


1 Answer

Arne Janning

10/9/2004 12:22:00 AM

0

"Perlom" schrieb>
> 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?

http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=e740e0e1-3ec8-4de9-83e4-67...

Cheers

Arne Janning