473,396 Members | 2,024 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

How do u generate an image from asp?

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

Sep 12 '05 #1
2 2444
ASP JPEG
http://www.aspjpeg.com

<mi*************@yahoo.com> wrote in message
news:11**********************@o13g2000cwo.googlegr oups.com...
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

Sep 12 '05 #2
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.
--
Evertjan.
The Netherlands.
(Replace all crosses with dots in my emailaddress)

Sep 12 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Rithish | last post by:
I have a set of images on a server. I want to pick these from the database without creating a temporary file on the server; and also have some text alongwith it. Something like, ...
12
by: jaapkramer | last post by:
I have a page with 641 images in it. Each image can be clicked with as result that the image source will be changed. For this the images need to have a unique ID. But to do this manually for 641 is...
4
by: Karthik Seetharaman | last post by:
I have to aspx pages default.aspx and imagegen.aspx default.aspx has an image webcontrol whose imageurl property is set to imagegen.aspx. imagegen.aspx generates a bitmap image and writes it to...
5
by: Popoxinhxan | last post by:
HI guy I am working on the web application that required to display the chart image on the page. The process is clicking the button and browser will popup another windows that displayed...
4
by: John.Arthur | last post by:
Hello, I need to create picture containing number that I will write in the picture. I need it to show it to the users of my application and they will write the number in a textBox, so this is to...
2
by: pei_world | last post by:
please help I have a function to generate bitmap object, however I don't want to save it to server. I want to display on the page directly. how to do it? this image is a verify image, so that for...
6
by: comp.lang.php | last post by:
/** * Generate the random security image * * @access public * @param $willUseFilePath (default false) boolean to determine if you will be using a file path * @param mixed $filePath (optional)...
12
by: Jim Michaels | last post by:
I need to generate 2 random numbers in rapid sequence from either PHP or mysql. I have not been able to do either. I get the same number back several times from PHP's mt_rand() and from mysql's...
4
by: e_matthes | last post by:
Hello everyone, I'm trying to make a class that will generate images. I can get it to work if the class and the instance of the class is in the same file. However, I can't get it to work if I...
1
by: pitchke | last post by:
Hey guys...i have developed a code to generate random text and i want to convert the resulting text into a image form...for reference..you people would have come this kind of images while registering...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.