|
ImageFilter is an IIS Extension that allows for effecient on-the-fly image scaling. It can be used if you do not want or cannot use special software to optimize images for specific resulution. Using it is as easy as changing image link on your web page so that it points at the ImageFilter.
Installation Notes:
ImageFilter takes 2 parameters - Src and Width.
Src is path to source image file (relative to the ImageRootPath) Width is the desired width of the output image.
ImageFilter uses one config file that contains the path to image folder. The specified path should be relative the Virtual Folder where ImageFilter resides.
IThe structure of the configuration file is as follows:
[General]:
ImagesRootPath=/ImageFilter/images
The config file name should be name of the DLL file followed by ".config".
System Requirements:
Windows 2000/XP/2003 running IIS 5.1+ |