Gifdecoder class

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Mini
Forum Newbie
Posts: 23
Joined: Mon Dec 04, 2006 4:39 am
Location: Netherlands

Gifdecoder class

Post by Mini »

Hey,

I'm using the gifDecoder class (sepperates a animated gif into frames) I found on phpclasses but i ran into a problem :P .

The class gets the gif code of each frame. The problem is that each frame only saves the changes of the main frame. I need each frame to be "complete".

Does any1 know a way or workaround to do this? :?

I tryed using phpgd to copymerge the 2 images but because there is no specific x/y or center position it's not posseble to paste the frame on the main frame.

Thanks in advance 8)
Post Reply