Results 1 to 2 of 2

Thread: Image Manipulation

  1. #1
    Join Date
    Feb 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Image Manipulation

    Ok hey everybody I really need some help.

    Here is what I want. I want a script that can be placed on a website or can be an independent application on the computer. I want the script to open up a picture (not defined by the user) copy it and paste it on the top of the image the user picks. Then save it into a user defined location or just display it.

    THanks for any advice how to do this

    George

    P.S the first pic is kind of like a water mark

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    You could do this with the PHP GD library, or extensions like imagemagik. It's also possible to make this a standalone, and you could use bamcompile to stick with php for that, or use another language-- once it doesn't need to be webbased, you have a lot more options, like C++, Java, etc.
    Your question is general, and so is my answer.... if you want more specific information, refine your question.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •