Click here to Skip to main content
16,019,614 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Does ASP.Net provides facilities like image cropping and image scanning? Can you tell me how cropping and scanning of image can be done in making project on image processing in ASP.Net?
Posted
Updated 20-Oct-10 5:47am
v2

.net have inbuild classes for image processing.

I have some solution for image cropping from code side..
see my artical

http://hemantrautela.blogspot.in/2012/03/image-resize-in-aspnet-with-cnet.html[^]
 
Share this answer
 
There is a 3rd party control that does this[^].

Otherwise there are tons of "image manipulation in ASP.Net" links available on the internet. See here[^] for one such link.
 
Share this answer
 
v2
Comments
Abhinav S 20-Oct-10 12:45pm    
Thanks Johnny for fixing my post.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900