Search found 3 matches

by neoxeo
Mon Jan 31, 2011 7:49 pm
Forum: GFL SDK
Topic: help for gflax and tga
Replies: 3
Views: 2112

Re: help for gflax and tga

I have try with GFLAX the new file explo2.tga : it works !!!
by neoxeo
Mon Jan 31, 2011 5:11 pm
Forum: GFL SDK
Topic: help for gflax and tga
Replies: 3
Views: 2112

Re: help for gflax and tga

Hi Pierre,

The tga file doesn't load in Xnveiw. Same error : le fichier <explo.tga> a un format inconnu.

I have open with photoshop (reconize as RVB/8) and save as TGA on explo2.tga and now it's ok in Xnview.

I 'll try tonight with gflax. I can send you the original file if you want...

An idea ...
by neoxeo
Sun Jan 30, 2011 10:30 pm
Forum: GFL SDK
Topic: help for gflax and tga
Replies: 3
Views: 2112

help for gflax and tga

Hi,

I try to use gflax on visual Basic 2010.
It's ok but I can't load TGA files
Dim gf As New GflAx.GflAx
Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles Button1.Click
gf.LoadBitmap("C:\Digital_Fighters_V045B\effets\explo.tga")
PictureBox1.Image = Image ...