Groups | Blog | Home
all groups > inetserver asp general > september 2005 >

inetserver asp general : How do u generate an image from asp?


mike_newsgroups NO[at]SPAM yahoo.com
9/11/2005 8:46:22 PM
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
Evertjan.
9/12/2005 9:34:22 AM
wrote on 12 sep 2005 in microsoft.public.inetserver.asp.general:

[quoted text, click to view]

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.


--
Evertjan.
The Netherlands.
(Replace all crosses with dots in my emailaddress)
David Morgan
9/12/2005 10:26:26 AM
ASP JPEG
http://www.aspjpeg.com

[quoted text, click to view]

AddThis Social Bookmark Button