Does torque support gif format
by Roshan Kuriyan · in Torque Game Engine Advanced · 10/06/2006 (10:56 pm) · 6 replies
Hi TSE owners and dev's
does tse support gif format as a bitmap. if not , how to achieve it in the engine mod.
does tse support gif format as a bitmap. if not , how to achieve it in the engine mod.
#2
10/07/2006 (6:45 am)
Removed a pile of cr*p that I put here. Sorry.
#3
so, is there any equvalent to gif format i can use it in tse.
11/26/2006 (8:57 pm)
Basically ,gif format is not supported in directx , u can not create a texture surface using gif in directx 9.so, is there any equvalent to gif format i can use it in tse.
#4
11/27/2006 (1:25 am)
Looks like the gif support is in TSE, i have no idea what your problem is. Perhaps you are mixing up directx and TSE?
#5
11/27/2006 (1:41 am)
Gif works just fine.
#6
Then how to show gif image in the GUI.
11/27/2006 (5:53 pm)
I have tried to show gif bitmap in my gui using GuiBitmapCtrl ,but it didn't rendered.Then how to show gif image in the GUI.
Associate James Urquhart
I seem to recall seeing gif handling code in there, so i'd say yes.
Of course, if for whatever reason it doesn't, just port tge's gif code over :)