Is there any library in PHP that can help in creation of gif images ? I want to write a code in PHP to allow a user to create his banner (gif) online on website by selecting background color, text color write his own text and animation if possible. it can be either gif or flash or any other format..
There is no gif creation libraries in PHP, due to license/copyright problems. But there are libraries for png, jpg, flash. example: GDLib, imagemagik, and so on