Forum Moderators: open
Now, if you really have to resize a huge amount of pictures, i would advise you to use a free program like Fastone PhotoResizer. I am not here to promote them, but they have done a very good job with this program. And by outputting your images to .jpg format, you will probably save up to 80% of their weight, with no noticeable loss in quality
this makes the thum look great. I'd like to know how it works... any ideas?
What is a .ashx file?
[edited by: jatar_k at 3:14 pm (utc) on April 30, 2008]
[edit reason] delinked [/edit]
?File=filename.jpg
This is the first variable sent to the script, it simply tells it what file.
&Size=133
This tells it the size, it gets resized by the server and sent to the client. There's many web application that make use of this but most store the thumbnail after creation so it doesn't have to be created again. Two typical things that will do this are image galleries and e-commerce software for products.