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!