Making A Dynamic Image

Discussion in 'PHP' started by Vizuke, Sep 23, 2006.

  1. #1
    Anyone have some basic guidelines on how to make a dynamic image? Say for example: A sig banner that captures content from websites or an image that captures variables that are sent to it (image.php?var=value for example)
     
    Vizuke, Sep 23, 2006 IP
  2. harsh789

    harsh789 Member

    Messages:
    29
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    38
    #2
    This may be helpful.

    http://www.phpbuilder.com/columns/rasmus19990124.php3
     
    harsh789, Sep 23, 2006 IP
  3. GuitarFix

    GuitarFix Peon

    Messages:
    37
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    See examples of PHP GD functions:
    look at this: http:// php.net/manual/en/function.imagegd.php
     
    GuitarFix, Sep 23, 2006 IP
  4. intoex

    intoex Peon

    Messages:
    414
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #4
    you can use gd2 for jpeg, and png generation - it's good and easy to use.
    you can use imageMagic software to manipulate with graphic, make different convertions from one format to other
     
    intoex, Sep 24, 2006 IP