I'm making a site and I need all the users to have a square profile picture. Could anyone point me to a site that explains the process of cropping an image/resizing image with php?
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.
|
|
Have a look at my simple image manipulation class - https://gist.github.com/880506 It provides basic cropping, resampling and canvas resizing. You can use it as-is or treat it as a learning source. |
|||
|
|