php animation gif

Discussion in 'PHP' started by johnlaiz, Apr 29, 2006.

  1. #1
    how to use php make animation gif?

    somthing like this

    [​IMG]

    is it very difficult
    or
    cant
     
    johnlaiz, Apr 29, 2006 IP
  2. Danny

    Danny Active Member

    Messages:
    732
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    78
    #2
    I haven't done that much image manipulation with PHP beyond thumbnailing.

    Animating an image is complex enough without doing it at a code level.
    I guess you could tie it together with some javascript but beyond that it will be a complex adventure.

    You need to weigh up your need for this vs the time going into coding it
     
    Danny, Apr 30, 2006 IP
    Greg-J likes this.
  3. Greg-J

    Greg-J I humbly return to you.

    Messages:
    1,844
    Likes Received:
    153
    Best Answers:
    0
    Trophy Points:
    135
    #3
    Could you clarify what you're looking for?
     
    Greg-J, Apr 30, 2006 IP
  4. johnlaiz

    johnlaiz Active Member

    Messages:
    387
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    58
    #4
    thanks!

    1. i want to know , can php make like this

    [​IMG]

    2. if yes , how? what function? any extra software beside GD?



    THANKS!
     
    johnlaiz, May 1, 2006 IP
  5. arnek

    arnek Active Member

    Messages:
    134
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #5
    do u mean you want to create the image from scratch, or have two images that change when clicked. This can then easily be done with javascript.
     
    arnek, May 1, 2006 IP