Search found 3 matches

by sroBandit
2011-10-05T12:49:57-07:00
Forum: IMagick
Topic: Combine a animated GIF with a static PNG
Replies: 4
Views: 14628

Re: Combine a animated GIF with a static PNG

Ok,

tried a few other things.. Would be great, if someone could gimme a hint, i dont get any correct image..
An example would be great!

Thanks in advance..
by sroBandit
2011-09-27T23:41:59-07:00
Forum: IMagick
Topic: Combine a animated GIF with a static PNG
Replies: 4
Views: 14628

Re: Combine a animated GIF with a static PNG

Sorry for delayed answer..

Thanks for the link, i "understand" what happens there or what should be done, but i dunno know how to solve my problem in PHP.
I dont wanna use the commandline version, i want to use the lib itself.

Do i need an imagick() and an imagickDraw() object and combine them? If ...
by sroBandit
2011-09-25T03:12:35-07:00
Forum: IMagick
Topic: Combine a animated GIF with a static PNG
Replies: 4
Views: 14628

Combine a animated GIF with a static PNG

Hi folks,

i tried a whole day now for my problem and googling my hands off but couldnt find a real solution for my problem:
I have an animated gif and a static PNG. The static PNG should get the "background" of the animated GIF (the animated GIF also has a transparency).

I tried things like:
$a ...