Tumbnail generation

  • Thread starter Thread starter JJ
  • Start date Start date
J

JJ

Hello,

I'm translating my Perl script into C# ASP.NET, and I have the following
problem:

I need to generate a tumbnail from a picture, but it cannot be cached. It
had to be generated at runtime. To do this, I need to change the
content-type to image/png, I need to parse parameters like
page.aspx?parameter1=value1&parameter2=value2, and at last, I need to output
an image.

Please help!

Vincent

PS. Although I'm programming in C#, any other .NET supported language can be
used.
 
Back
Top