ASP.NET Image Croper Component with JCrop
JCrop is powerful image croper javascript tool. I created asp.net ajax control for jcrop and opened download. Follow the images. Jcrop is free software released under MIT License.

Save as croped area when clicked cropit button.

btnCropIt Click code example:
Image1.ImageUrl = “~/Uploads/Image/” + ImageCroper1.Crop(Server.MapPath(”Uploads/Image/”));

Steve:
Any chance publishing the source?
January 28, 2009, 7:42 pmcenq:
No, i’m sorry. My laptop has hard formatted. Because of this sources are deleted but you can reflect code or decompile. Copyleft
March 14, 2009, 2:46 pmKonstantinMiller:
Hello, can you please post some more information on this topic? I would like to read more.
July 7, 2009, 12:12 am