Need Feature animated GIF files

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Franco.
... But I would need a description of the BMP header to generate it.
Sorry, I'm not a real help with BMP's... but I can take a look in the net.


Have a nice day...
Franco

Sometimes you have to go a lonely way to accomplish genius things.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by DarkUni.

I added the code sample to TRICKS N TIPS.

Shane R. Monroe
Dark Unicorn Productions
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by ricardo.
The example that comes with the zip file is for Rapid-Q, so perhaps one of the
Rapid-Q users here could translate the example into PureBasic for us?
Rapid-Q CODE:

CREATE GifAnimation AS QOLECONTAINER
Height = 33
Width = 135
Left = 70
CreateObject("Gif89.Gif89.1")
'-- FileName is a property in GIF89.DLL
FileName = "rapidq.gif"
END CREATE

As far as i know, Ole Container can't be called now in PB, In Rapid-Q is used to cal ACTIVEX (COM)...
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by El_Choni.

Franco: I got the BMP and XPM docs, I'll do Xpm2Bmp and viceversa (Memory->Memory) for the moment, give me some time.

Bye,

El_Choni
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Franco.
Franco: I got the BMP and XPM docs, I'll do Xpm2Bmp and viceversa (Memory->Memory) for the moment, give me some time.

Bye,

El_Choni



Have a nice day...
Franco

Sometimes you have to go a lonely way to accomplish genius things.
Post Reply