Forums

ASP

This topic is locked

passing data to a preview image

Posted 31 Jan 2008 17:34:47
1
has voted
31 Jan 2008 17:34:47 Mary webmaster posted:
I am passing data from one page to a preview page that has an image in it and I need to put data in specific places. I have it working, however, it does not place data in the same place in different resolutions. See example pages. www.amm.org/cards/valentine/valcd1pg1.asp here you input info and click continue to: www.amm.org/cards/valentine/valcd1pg2.asp
On this page, it puts the data in but in a higher resolution, it is not lined up correctly. Is it possible to edit the image and put something like a field placement in the image so it will be standard and the data will fill the placement field the same in all browsers and all resolutions?


Mary

Replies

Replied 01 Feb 2008 10:46:19
01 Feb 2008 10:46:19 Alan C replied:
Hi
this is a really interesting problem - I can see just what you mean about the image not lining up. A thought that comes to mind - which is not an easy solution <img src=../images/dmxzone/forum/icon_smile_sad.gif border=0 align=middle> is the generate the whole image on-the-fly using imagemagick

it has commands that let you build an image from text plus other images, then render then as image in any format you like.

I only found it by accident as I am working on a site that needs to resize images to pre-determined sizes, I needed to read the docs for imagemagick in some detail to get it to do just what I needed and recall that you could build images with text - so it might be worth a couple of hours study to decide whether or not this is a sensible way forward

Docs are here

www.imagemagick.org/script/index.php

and there are some more here

www.imagemagick.org/Usage/

hope that helps
Replied 23 Feb 2008 10:13:13
23 Feb 2008 10:13:13 Subhojit Mondal replied:
hi ,
I want to show an image in a ASP.Net web page in a exact place.
But when iamusing tne 'response' command to show the image on the web page ,then the image is shown upon all the buttons and textboxes and every controls so they can not be seen at that time. So i want to show the image in a exact \fixed place in the web page .


Please send your answer in this site or in my mail address:

Reply to this topic