Forum Moderators: open

Message Too Old, No Replies

Generate images with ASP?

not .NET

         

Gibble

3:19 pm on Jul 25, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Is it possible to generate images with ASP (not .NET) on the fly?

I know it's easy with PHP and .NET, but I need to create some simple graphics on the fly in ASP?

Suggestions?

Thanks,
Gibbs.

mattglet

4:28 pm on Jul 26, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The best (and maybe only) way to do it is with a 3rd party component like ASPJpeg, or ASPImage.

aleksl

6:25 pm on Aug 4, 2006 (gmt 0)



You can use System.Drawing, search any SE for examples.

Gibble

7:05 pm on Aug 4, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



System.Drawing is .NET, not ASP isn't it?

aleksl

10:44 pm on Aug 4, 2006 (gmt 0)



Oops, yes. What we've done is created a COM component in .NET (using System.Drawing) that we call then in classic ASP. That works (almost) everywhere.