Creating avatar from uploaded image

Posted by mamu on Stack Overflow See other posts from Stack Overflow or by mamu
Published on 2010-06-06T19:17:16Z Indexed on 2010/06/06 19:22 UTC
Read the original article Hit count: 273

We are using asp.net with .net 4.0

We want to allow users to upload any image and we want to create tiny avatar for uploaded image?

What is the best way to convert uploaded images for avatar?

  • We want to keep the same height width ratio
  • if we can convert gif, bmp, jpg, png to one standard format it would be greate. Which could be the best format to convert it to? i think converting gif would be best option. am i correct?
  • any open source option i can look at

© Stack Overflow or respective owner

Related posts about .NET

Related posts about web-development