Buying Very simple PHP thumbnail generator code needed.

Discussion in 'Programming' started by Valiant, Aug 19, 2009.

  1. #1
    I need the PHP code that:

    After a form has been submitted, this script takes the image (POST), and then resizes it so it is 50% of the original size, and then it saves this image in x directoy.

    Very simple as said in title. I hope someone can do this.
     
    Valiant, Aug 19, 2009 IP
  2. omgitsfletch

    omgitsfletch Well-Known Member

    Messages:
    1,222
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    145
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    I can easily do this for you. Do you need the code snippet, or do you actually need this implemented into your site? I can start work immediately if you want to award the job to me, we can discuss price via PM. Hope to hear from you soon!
     
    omgitsfletch, Aug 19, 2009 IP
  3. Valiant

    Valiant Peon

    Messages:
    284
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    Im sure that apprx 4 lines of code wont take long

    1 to get the image from the form
    2 to resize this image
    3 to store the image in some variable
    4 to write it to a directory
     
    Valiant, Aug 20, 2009 IP
  4. omgitsfletch

    omgitsfletch Well-Known Member

    Messages:
    1,222
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    145
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    It isn't **that** complex of a function, but a real image resize function isn't 4 lines. To properly resize images, you should be creating an image using the GD library, writing code to grab the width/height attributes, and then using PHP functions like imagecreatetruecolor() to ensure you properly maintain the image quality and it is resampled, and also some code to properly maintain aspect ratio. This is all much more than 4 lines.
     
    omgitsfletch, Aug 20, 2009 IP
  5. Whitey

    Whitey Active Member

    Messages:
    1,386
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    80
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #5
    Hello. I can do this for you in a few hours. I'll send you a PM now :)
     
    Whitey, Aug 20, 2009 IP