imageresizer - Is it possible to have image resizer replace our existing different sized image folder structure? -


our current image folder structure consists of same image @ different sizes use within our website

content/thumb/5316.jpg

content/shotview/5316.jpg

content/miniview/5316.jpg

content/full/5316.jpg

is possible have imageresizer handle/rewrite requests smaller size images calls full image default height/width parameters depending on folder selected can via combination of iis virtual directories , default settings?

so retain our existing structure products change need 1 original image?

all need url rewriting; no need virtual directories.

the config.current.pipeline.rewrite let parse , edit path , querystring in code, flexible solution.

iis url rewrite, however, capable of solving problem.


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -