Search found 4 matches

by mikebikeboy
2013-05-08T16:51:00-07:00
Forum: Users
Topic: Stitch two (2) animated gifs together, side by side
Replies: 7
Views: 22335

Re: Stitch two (2) animated gifs together, side by side

The animated gifs will be randomly nominated, and most likely will have completely different color tables. I will be able to control the timing of the frames though. I'm just wondering if the method "Imagick::appendImages" is going to handle animated gifs or if it only works for regular images...If ...
by mikebikeboy
2013-05-08T16:41:19-07:00
Forum: Users
Topic: Stitch two (2) animated gifs together, side by side
Replies: 7
Views: 22335

Re: Stitch two (2) animated gifs together, side by side

Hey, thanks for the info! I'm looking throught PHP documentation and it appears to have the methods I need. I should have looked there before posting, but I was at the end of my rope, I've been searching for a solution to this all day. Thanks again.
by mikebikeboy
2013-05-08T16:32:25-07:00
Forum: Users
Topic: Stitch two (2) animated gifs together, side by side
Replies: 7
Views: 22335

Re: Stitch two (2) animated gifs together, side by side

If it's necessary, they can have the same timing and # of frames.
by mikebikeboy
2013-05-08T16:24:59-07:00
Forum: Users
Topic: Stitch two (2) animated gifs together, side by side
Replies: 7
Views: 22335

Stitch two (2) animated gifs together, side by side

Hi Everyone I'm new here. I have been given the task of stitching 3 animated gifs together, all side-by-side. Is this possible with Imagemagick? The original images would live on a webserver and the final rendering would live on the webserver as well. PHP would be the scripting language. Any help ...