Possible Duplicate:
How to Resize Image and save in folder?
I would like to resize and save as images in a given folder. But i want to do it with maximum possible quality. I am willing to use third party software.
Like paint.net or photoshop.
So what is the best possible way of achieving this ?
Thank you.
Disclaimer: The following link/code is from my blog:
You should take a look at this post on my site http://samuelhaddad.com/2011/01/26/net-high-quality-thumbnail-generation/
The code from the post looks something like:
You can wrap that in a for loop for batch processing.