Re: lisp-based generation of web images with hot spots
Suzanne Mercer Paley <[email protected]> Mon, 28 Jun 2004 10:32:42 -0700
| Newsgroups | gmane.lisp.cl-http |
|---|---|
| Message-ID | <[email protected]> |
Do you have CLIM? Our CWEST package generates image-mapped gifs from CLIM displays under ACL. It's not integrated w/ cl-http, but it's open-source, so you could just take what you need. See http://www.ai.sri.com/~pkarp/clim-www/tool.html. Suzanne Paley Bioinformatics Research Group SRI International [email protected] Mark Klein writes: > > I would like to be able to write lisp code that generates images that > can be viewed with a web browser and that include 'hot spots' that go > to different pre-specified URLs when clicked on. The closest I have > seen is gif.lisp in the cl-http contrib directory, but it is very low > level code (e.g. no support for writing text) and does not seem to > support hot spots. Is anything else available? > > Thanks, > > Mark Klein > > -- > Mark Klein > Principal Research Scientist > Massachusetts Institute of Technology > 77 Massachusetts Avenue, NE20-336 > Cambridge MA 02139 USA > [email protected] >