Mr O wrote:
For all the webheads, is there a way under linux to create
clickable regions on an image? Would I have to do it via html to
exact coordinates? Is there a GIMP plugin? How would I
accomplish that?

TIA for any advice.

Mr O.

I'm sure tk can do this.  You would insert an image into
a canvas.  You would then create a callback for clicking
on the canvas.  The callback would get the coordinates.
You could then do whatever you wanted.

The resulting tcl program would be portable to pretty much
any OS.

apt-get install tk8.4 tcl8.4 tkx8.3 tclx8.3
http://www.mit.edu/afs/sipb/project/tcl/linuxbin/tclhelp

Develop your app with "wish", the tk shell.  Use tclhelp
to figure out what to do with the canvas.
--
Allen Brown  [EMAIL PROTECTED]  http://www.peak.org/~abrown/
  Press any key to continue or any other key to quit
_______________________________________________
EUGLUG mailing list
[email protected]
http://www.euglug.org/mailman/listinfo/euglug

Reply via email to