Working on Image ??

Discussion in 'PHP' started by pulikuttann, Apr 11, 2007.

  1. #1
    Hello Friends ,
    Can anyone help me to know more about working with images in php ????

    I mean :
    I want to add some notes or others to an image by php !!!
    Like adding a text on some image ???


    Can anyone help ???
     
    pulikuttann, Apr 11, 2007 IP
  2. chilli_source

    chilli_source Active Member

    Messages:
    58
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    61
    #2
    heres a couple of good tutorials on the subject that helped me create dynamic images;

    http://devzone.zend.com/node/view/id/1269

    http://www.webcheatsheet.com/php/dynamic_image_generation.php

    hope this helps
     
    chilli_source, Apr 11, 2007 IP
  3. commandos

    commandos Notable Member

    Messages:
    3,648
    Likes Received:
    329
    Best Answers:
    0
    Trophy Points:
    280
    #3
    Its called watermark

    search Google for : php watermark , php image watermark

    usually u need some library like GD ..
     
    commandos, Apr 11, 2007 IP
  4. pulikuttann

    pulikuttann Banned

    Messages:
    1,839
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    0
    #4
    So is it possible to use this in my shared hosting ???
     
    pulikuttann, Apr 11, 2007 IP
  5. commandos

    commandos Notable Member

    Messages:
    3,648
    Likes Received:
    329
    Best Answers:
    0
    Trophy Points:
    280
    #5
    yes if your hosting have the necessary libraries

    make a php page

    <?

    phpinfo();

    ?>

    see if there is GD installed .
     
    commandos, Apr 11, 2007 IP
  6. pulikuttann

    pulikuttann Banned

    Messages:
    1,839
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    0
    #6
    If not what can I do ???
    Any other way ?
     
    pulikuttann, Apr 11, 2007 IP
  7. commandos

    commandos Notable Member

    Messages:
    3,648
    Likes Received:
    329
    Best Answers:
    0
    Trophy Points:
    280
    #7
    i'm not sure , sorry can't answer .

    what i know is that you must have an image library to play with images .

    you can ask your host to install them .

    http://ca.php.net/gd

    http://ca.php.net/manual/en/ref.imagick.php

     
    commandos, Apr 11, 2007 IP
  8. pulikuttann

    pulikuttann Banned

    Messages:
    1,839
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Thankz a lot !!!
     
    pulikuttann, Apr 11, 2007 IP
  9. sea otter

    sea otter Peon

    Messages:
    250
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #9
    There are at least three that I can think of off the top of my head, but if your host doesn't have something as basic as GD installed for php, it's highly doubtful that they have any of the other even lower-level packages installed and available for you to use.
     
    sea otter, Apr 11, 2007 IP