Possible Duplicate:
How to crop an image using C#?
Resize a picture to a fixed size
I am trying to achieve what facebook is doing with users' images. That is, you upload a full sized picture, but in the profile you have a smaller & cropped image so it will be nicer in the design of the page.
where can I find such algorithm in c#?
thanks!
Bitmaplibrary and crop it very easily. (How you store and retrieve it after (cashed vs. on-demand) is up to you).