AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
August 2005

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2005.08.03 09:27 "Overlay Hyperlinks On TIFF", by Chux Amobi
2005.08.03 15:27 "Re: Overlay Hyperlinks On TIFF", by Bob Friesenhahn
2005.08.08 11:02 "Re: Overlay Hyperlinks On TIFF", by Rob Tillaart
2005.08.08 11:32 "Re: Overlay Hyperlinks On TIFF", by Joris Van Damme
2005.08.08 13:55 "Re: Overlay Hyperlinks On TIFF", by Rob Tillaart
2005.08.08 15:01 "Re: Overlay Hyperlinks On TIFF", by Joris Van Damme
2005.08.08 15:18 "Re: Overlay Hyperlinks On TIFF", by Joris Van Damme
2005.08.09 06:33 "Re: Overlay Hyperlinks On TIFF", by Rob Tillaart
2005.08.09 08:45 "Re: Overlay Hyperlinks On TIFF", by Joris Van Damme
2005.08.09 10:16 "Re: Overlay Hyperlinks On TIFF", by Rob Tillaart
2005.08.09 10:29 "Re: Overlay Hyperlinks On TIFF", by Joris Van Damme
2005.08.09 15:20 "Re: Overlay Hyperlinks On TIFF", by Bob Friesenhahn
2005.08.09 15:36 "Re: Overlay Hyperlinks On TIFF", by Joris Van Damme
2005.08.08 11:43 "Re: Overlay Hyperlinks On TIFF", by Joris Van Damme

2005.08.08 11:02 "Re: Overlay Hyperlinks On TIFF", by Rob Tillaart

> > Is it possible to use basic web scripting to overlay image
> > hyperlinks on a TIFF map in an IE webpage?
> 
> Yes, it can be done with any image format that the browser can load
> and display as an in-line image since clickable image maps are defined
> separate from the image, however, most web browsers do not load TIFF
> files.

interesting concept, embedding the clickable area in the TIFF needs 
5 (private) tags per area: {x, y, width, height, URL} or at 
least 3 { x, y, URL} using a closest point algorithm. 

Drawback: manipulating the image could corrupt the integrity and 
validity of the area params if they are preserved at all. 
(integrity tag needed)

Still it offers interesting possibilities ...

regards,
rob