Results 1 to 3 of 3

Thread: How to edit Image using PHP

  1. #1
    Join Date
    Jan 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to edit Image using PHP

    I m developing a Facebook App where I need to edit a background image.
    I want to put user's profile picture and add some text on that backround image.
    please help me.

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

    Default

    What exactly are you trying to do? Your title suggests you're trying to edit an image. Your post describes interacting with Facebook. What have you done, and what do you still need to do? There will be several smaller sub-tasks to work out if you want to do all of that.

    If your question is really about the images, then you should look into either image_magick or the GD library for PHP. They're both somewhat slow (so try to limit how much you use them, or how large the images are), and GD is usually installed by default, while image_magick is an add-on. But both can do what you're describing, at least I think so.

    You could also try to do this using HTML only, such as by positioning text on top of an image.

    For help with Facebook, you would probably need to refer to their documentation or ask a question on their support forum; or, possibly, if you have very specific information and can post it here, someone might be able to help.
    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

  3. #3
    Join Date
    Jul 2008
    Location
    Derbyshire, UK
    Posts
    3,033
    Thanks
    25
    Thanked 599 Times in 575 Posts
    Blog Entries
    40

    Default

    So what are you saying? You would like to merge images and text with php?

    Maybe something here will help: http://www.google.com/m?q=merge%20im...t%20with%20php

    Edit: Acknowledging Dan - it doesnt look like it but we answered together - I am a tad slow to reply on iPhone and it otherwise looks like am swooping in on an already very informative answer
    Focus on Function Web Design
    Fast Edit (A flat file, PHP web page editor & CMS. Small, FREE, no database!) | Fast Edit BE (Snippet Manager) (Web content editor for multiple editable regions!) | Fast Apps

Similar Threads

  1. php edit image
    By hemi in forum PHP
    Replies: 7
    Last Post: 04-21-2014, 07:55 PM
  2. Replies: 53
    Last Post: 01-26-2011, 08:14 PM
  3. Right Click Disable ( image) edit
    By Elektra in forum Dynamic Drive scripts help
    Replies: 0
    Last Post: 07-23-2010, 01:50 AM
  4. Can i edit image thumbnail viewer window position ?
    By pumatronic in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 08-07-2009, 08:46 PM
  5. Edit An Image That Has A Phone #
    By lou in forum Other
    Replies: 2
    Last Post: 07-31-2006, 07:47 AM

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
  •