need to generate animated wallpapers using php
Moderator: General Moderators
need to generate animated wallpapers using php
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?
- 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
The animations are done with GIF images.
(#10850)
Re: need to generate animated wallpapers using php
how they are replacing user input text into image. can you explain?
- 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
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)