I’m trying to genererate thumbnails from image files stored in a folder under the website root, I am currently using the built in capebilites in .NET to dynamically generate the thumbnails but the quality gets quite bad and since its an webshop thats a real problem my question is if there is any good (open source?) frameworks that can help me hanlde the image thumbnail creation and rezise and possible help with image file size compression during upload?
I’ve looked but havent found any yet?
Thanks in advance.
I’ve written some code you could use. Please don’t sell it 😉
This is the code:
This is how you might use it:
What the code i’ve written actually can do is resize your images to a specific percentage.