I would create a script that fetches the images and creates the animated gif, then tell cron to call it however many times you want per hour. Make the script "aware" in the sense that it doesn't fetch images it already has. For example, let's say you fetch the last 15 minutes of images, and you tell cron to call the script every 5 minutes, then all you have to fetch each time is the last 5 minutes, since you already have the previous 10 ... (except for the very first time you run it of course.)
-- Sent via Android, from somewhere fun. On May 5, 2010 11:14 AM, "Steve Sanders" <[email protected]> wrote: Ashley, Thanks for the reply. I think image magick might work for me. But would I have to create the animated gif everyday myself? or is there some way I can have imagemagick do this at a set interval and feed it up to the server? On May 5, 11:51 am, "Ashley M. Kirchner" <[email protected]> wrote: > Can't you grab those time sta... > On May 5, 2010 9:28 AM, "Steve Sanders" <[email protected]> wrote: > > Hello everyone, > > I... > [email protected]<google-maps-api%[email protected]> <google-maps-api%2Bunsubscribe@ googlegroups.com> > . > For more options, visit this group athttp:// groups.google.com/group/google-maps-api?hl=en. > > -- > You received this message because you are subscribed to the Google Groups "Google Maps API"... > For more options, visit this group athttp:// groups.google.com/group/google-maps-api?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. T... -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
