I have a flat .png file that I would like to edit in Gimp and make clickable links for various parts of the image.  I then want to be able to add this clickable image to one of our drupal sites.

Does anyone know how this can be done or if it can be done?

Thank you.

Comments

Jaypan’s picture

I've never seen a clickable image anywhere. You can add mapping over an image to give it clickable spots, but that's done in HTML layered over the image, it's not part of the image file.

John Pitcairn’s picture

Ha. I think they mean an old-school html imagemap. Just about everyone stopped using these due to difficulty making them responsive, though there are jquery plugins that claim to do so, with varying degrees of success.

In Drupal, you'd need to use the "full html" text format to paste the GIMP image map code in. Good luck making it work if the size needs to scale for a responsive theme.