need to generate animated wallpapers using php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mraja12
Forum Newbie
Posts: 2
Joined: Mon Apr 13, 2009 10:14 am

need to generate animated wallpapers using php

Post 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?
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: need to generate animated wallpapers using php

Post by Christopher »

The animations are done with GIF images.
(#10850)
mraja12
Forum Newbie
Posts: 2
Joined: Mon Apr 13, 2009 10:14 am

Re: need to generate animated wallpapers using php

Post by mraja12 »

how they are replacing user input text into image. can you explain?
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: need to generate animated wallpapers using php

Post 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.
(#10850)
Post Reply