Tumbnail generation

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.
 
C

clintonG

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top