terjetyl / Simple.ImageResizer

A simple c# image resizer with ScaleToFit and ScaleToFill using wpf libraries. Resizes to jpg, gif, png, tiff. Demosite is hosted at AppHarbor: http://imageresizer.apphb.com/
58 stars 27 forks source link

Full URL in image path #6

Open get2sunil opened 10 years ago

get2sunil commented 10 years ago

Hello

I have images under various directory. file-stru

So I have to pass full path for this. I have try this in various way but its not working.

src="~/Images/foldername/filename?w=100&h=100"

Thank you