Page 1 of 1
need to generate animated wallpapers using php
Posted: Mon Apr 13, 2009 10:18 am
by mraja12
http://www.reddodo.com developed personalized wallpaper generation, need to integrate this module in our site. what is the logic behind animated wallpaper generation in reddodo.com?
Re: need to generate animated wallpapers using php
Posted: Mon Apr 13, 2009 10:47 am
by Christopher
The animations are done with GIF images.
Re: need to generate animated wallpapers using php
Posted: Tue Apr 14, 2009 12:41 am
by mraja12
how they are replacing user input text into image. can you explain?
Re: need to generate animated wallpapers using php
Posted: Tue Apr 14, 2009 2:37 am
by Christopher
You can write text on existing images using the GD or ImageMagick libraries. See the manual and search for how to build GIF or PNG animations.