Search Results

0
votes
3answers
113 views

Resizing user uploaded images in an ASP.NET project – Library?

In a rather simple ASP.NET application where the user can upload a image, mostly from his digital camera. I have to resize it to a workable size for the web and a thumbnail. What is here the best p …