Yes this is possible...I've done this in the past.  Once I created the 
GD image, I wrote it to a file, and then treated the newly created file 
like any other image...which means I just used regular html for the image 
map.  I did create the image on the fly using a perl cgi script to create 
the image (using GD), and then in the same program used print statements 
to output html creating the image map, and displaying the image (just 
regular <img src= usemap=.....>). 

Hope That Helps,
Jessica Tishmack


On Wed, 23 Jan 2002, Ruotti, Victor wrote:

> Hello,
> I am writing a program to visualize genomic data using the GD.pm module to
> create a gif image. Now, I want to be able to make it an image map. Is this
> possible? If not -> What would be the best way to it with postscript? I have
> tried to create a ps image and then pipe directly to pdf from the browser. 
> I was wondering if anybody have any suggestions.
> 
> Victor M. Ruotti
> Program Assistant
> Bioinformatics Research Center
> Medical College of Wisconsin
> 8701 Watertown Plank Road
> Milwaukee - WI 53226
> phone: (414) 456-5655
> fax: (414) 456-6595
> http://www.brc.mcw.edu
> 
> _______________________________________________
> Perl-Unix-Users mailing list. To unsubscribe go to 
>http://listserv.ActiveState.com/mailman/subscribe/perl-unix-users
> 

-- 

_______________________________________________
Perl-Unix-Users mailing list. To unsubscribe go to 
http://listserv.ActiveState.com/mailman/subscribe/perl-unix-users

Reply via email to