Pages

Thursday, July 9, 2009

Image processing/resizing in ASP.NET tutorial utilizing url rewrite

Image resizing is a common challenge when building web applications which I have realized when building the next version of my ASP.NET CMS. In this tutorial, I will show how to do elegant ASP.NET image resizing combined with URL rewriting in order to create flicker-like image processing API.

First step we need to create a script that resizes an image on the fly. In this case I choose to work with three different image sizes, for the simplicity of the matter.

Click here for details ......

No comments:

Post a Comment