The new Basecamp is doing it, as it can be seen in this link. I wonder how can achieve this in my rails 3 application.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
See this forum post on using masks with Imagemagick to get a circle effect.
However, realize that in the “new basecamp” with the “circular avatars,” they use simple css, not image processing. Take a look at the properties
border-radius,-moz-border-radius,-webkit-border-radius, and-khtml-border-radius.To do this with CSS, take a look at this gist or this blog post.