I'm using the gifDecoder class (sepperates a animated gif into frames) I found on phpclasses but i ran into a problem
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