How do u generate an image from asp?

M

mike_newsgroups

hello,

I want to be able to create an image from asp where I:

1) paste in an image at a given coordinate
2) draw a line from one coordinate to another
3) write text at a given coordinate

Any ideas what I could use to do this?

Thanks,
Mike
 
E

Evertjan.

wrote on 12 sep 2005 in microsoft.public.inetserver.asp.general:
I want to be able to create an image from asp where I:

1) paste in an image at a given coordinate
2) draw a line from one coordinate to another
3) write text at a given coordinate

Any ideas what I could use to do this?

Coordinate of what? Of the HTML page?

You can do this with CSS-style position:absolute

Try a clientside CSS NG, ASP can only render the HTML page.

====================

If you mean manipulating an image file, you better search for a dedicated
application, if there is one, or make one yourself.

ASP [through vbscript or jscript] could do this on a bit and byte
manipulating scale, but that would take a gigantic amound of heavily
looping code, and take far to much processor time.

A compiled application can do this much more time efficient than a script
language.
 

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

Members online

Forum statistics

Threads
474,147
Messages
2,570,835
Members
47,382
Latest member
MichaleStr

Latest Threads

Top