PHP librar to create image

Discussion in 'PHP' started by varun8211, Jan 27, 2007.

  1. #1
    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..
     
    varun8211, Jan 27, 2007 IP
  2. dotboost

    dotboost Peon

    Messages:
    54
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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
     
    dotboost, Jan 27, 2007 IP
  3. brendandonhue

    brendandonhue Peon

    Messages:
    45
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Both GD and ImageMagick support GIF.
     
    brendandonhue, Jan 27, 2007 IP
  4. dotboost

    dotboost Peon

    Messages:
    54
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Oops, sorry , indeed GIF support has been restored in gd 2.0.28 and above
     
    dotboost, Jan 27, 2007 IP