





(same as width=x0.5&height=200&size=x0.5)








TIFF image cannot display on Mozilla. But automatically file type conversion for your browser.
<img src="i.tiff">
<img src="i.tiff?type=image/tiff">

... LoadModule img_module /usr/lib/apache/1.3/mod_img.so ... <IfModule mod_img.c> <Files *.png> SetHandler img-handler </Files> <Files *.tiff> SetHandler img-handler </Files> </IfModule> ...