When a user upload an avatar for himself, I want to convert it into a circular image and then save it, as circular looks much more prettier when displaying in the page.
How can I do that in a simple way, as mine is a small application. I have read about ImageMagick, but thats an option right now.
I read about masking or using another image as mask to do that.
Any simple method or way to do this. Thanxx in advance!!!