1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How to resize image with losing it's quality!

Discussion in 'Photoshop' started by marieg, Dec 10, 2007.

  1. #1
    I am tyring to resize an image to half of it's size, but everytime I do this with photoshop using the image resize option the image looks distorted a little.

    How do I reduce it's size but the image looks the same as the original although smaller. Please help! thanks!
     
    marieg, Dec 10, 2007 IP
  2. olddocks

    olddocks Notable Member

    Messages:
    3,275
    Likes Received:
    165
    Best Answers:
    0
    Trophy Points:
    215
    #2
    Simple way to do it is to use width="100" height="100" in the img tag of HTML

    Another way to do it is using getimagesize() function with GD library in PHP. You would get width and height form this function and based on that you can use other image functions in PHP to copy and resample it without losing its ratio.

    You can find more info here :http://in.php.net/getimagesize

     
    olddocks, Dec 10, 2007 IP
  3. Domithan

    Domithan Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Although it seems basic, sometimes good ol' paint can be useful, give it a shot, use resize or stretch and see what you can do.
     
    Domithan, Dec 10, 2007 IP
  4. astrolynk

    astrolynk Peon

    Messages:
    308
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    check both the boxes "constrain proportions" and "resample image".
    That should solve the problem.
    If not PM me. I will help you.
     
    astrolynk, Dec 10, 2007 IP