Kirby,
I added the following features to the photoroom software and was wondering if you wanted to merge the code changes into the system:
* High, Medium, Low resolution option for each image. Therefore users can upload their full size high resolution images and viewing users can select which size they wish to view.
* Med, Low, Thumbnail caching. (Configurable via web.config) This option dramatically increases the speed of the site by allowing the caching of the alternative resolutions. If this option is used, the ASP.net code only needs to render the image one time. Subsequent requests to the same file are pulled from cache.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Kirby,
I added the following features to the photoroom software and was wondering if you wanted to merge the code changes into the system:
* High, Medium, Low resolution option for each image. Therefore users can upload their full size high resolution images and viewing users can select which size they wish to view.
* Med, Low, Thumbnail caching. (Configurable via web.config) This option dramatically increases the speed of the site by allowing the caching of the alternative resolutions. If this option is used, the ASP.net code only needs to render the image one time. Subsequent requests to the same file are pulled from cache.
Sure, it sounds like very nice features. Send the code changes or patch, and I will update the source code.
Thanks,
-KIRBY