Animated PHP and GD image?

diabolo

Community Advocate
Community Support
Messages
1,682
Reaction score
32
Points
48
is this possible, I'm trying to work on an animated signature.
 

VPmase

New Member
Messages
914
Reaction score
1
Points
0
The only way you can make an animated-like image with GD/PHP is to create multiple images and use javascript to cycle through them.
 

Livewire

Abuse Compliance Officer
Staff member
Messages
18,169
Reaction score
216
Points
63
T

themasterrocker

Guest
The only way you can make an animated-like image with GD/PHP is to create multiple images and use javascript to cycle through them.

That depends if you have Adobe Fireworks, then you create the signature and upload it to somewhere like imageshack then you use the enabled link into the signature and it should flick through them. But you need the images itself on your PC for it to insert to Adobe Fireworks and use frames and set the time to something like 100/100 seconds. (its in mini-seconds) so the pictures can be seen.
 
Last edited by a moderator:

marshian

New Member
Messages
526
Reaction score
9
Points
0
That depends if you have Adobe Fireworks, then you create the signature and upload it to somewhere like imageshack then you use the enabled link into the signature and it should flick through them. But you need the images itself on your PC for it to insert to Adobe Fireworks and use frames and set the time to something like 100/100 seconds. (its in mini-seconds) so the pictures can be seen.

I don't think most users will have adobe fireworks on their pc, nor will they spend a lot of time downloading all pictures off your site and then importing them in fireworks etc...
In case you don't get it, the frames would be created using PHP, and diabolo wants to output an animated picture instead of a lot of passive frames.

Ontopic again:
I've found the same class as Livewire with google, so I suppose you should give that a try.
 
T

themasterrocker

Guest
I don't think most users will have adobe fireworks on their pc, nor will they spend a lot of time downloading all pictures off your site and then importing them in fireworks etc...
In case you don't get it, the frames would be created using PHP, and diabolo wants to output an animated picture instead of a lot of passive frames.

Ontopic again:
I've found the same class as Livewire with google, so I suppose you should give that a try.

Yes but he's looking to put it in his signature thats why it was my sugguestion and adobe fireworks took about 10 mins to download on my pc. Therefore wouldn't take much time at all. i'd say i could have that done in about 30 mins.
 
Last edited by a moderator:
Top