Posts Tagged ‘cms’

Server side thumbnail generation

Saturday, March 15th, 2008

I was creating virtual tour page for one of our new projects and I faced a problem of creating thumbnails on a fly. Usually

image galleries are done in flash and we (asp.net developers) doesn’t face this problem, however this project had requirement that was easier to implement with asp.net.

Below is the code for ImageThumbnail.aspx.cs, which does server side resizing:
(more…)