i want to display images like facebook find friends page. i dont want to crop an image. want to reduce size of image.and maintains its actuall appereance.how i can do this.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
I recommend the IMagick extension for PHP since it's light on resources and easy to use. The GD extension comes bundled with PHP, but is harder to use and uses a lot of memory. Here's an example for IMagick:
|
|||||||||||||
|
|
i dont want to crop an image. want to reduce size of image.and maintains its actuall appereance. If the actual image size is 128*128 pixel you can use
"actuall appereance." i think you are talking bout ratio ? |
|||||||||||
|