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'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?

share|improve this question
PHP GD – Tim Cooper Mar 22 '11 at 0:05

1 Answer

up vote 1 down vote accepted

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.