Jump to content

reduce big images resolution and size in PHP


aHMAD_SQaLli

Recommended Posts

Hello

sorry for the English if it's bad...

I'm going to use facebook as an example, if I uploaded my profile picture 1.9Mb 1920x1200, and then I went to the home page, in the top blue navbar I will find that the profile picture size is just 2.24Ko and it's resolution is 36x36.

so I'm wondering how this can be done using php ? :confused:

 

Thanks

Link to comment
Share on other sites

You can display any image a certain size by just setting the width or height to auto, then set a desired max-width or max-height and will fit there.

 

If you actually want a smaller sized image would need to make a resize script keeping the image to the same scale and save the images.

 

http://code.tutsplus.com/tutorials/image-resizing-made-easy-with-php--net-10362

https://github.com/JamesHeinrich/phpThumb

Edited by QuickOldCar
  • Like 1
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.