Create a image with hyperlink

Hello everyone! I would like to know if it is possible to create an image (as in loadImage() function) that is a link to an URL. I looked at the reference section, other questions, googled it, and found nothing about it. Am I missing something? Thanks!

You are missing something.

Find the loadImage() reference here:

www.processing.org

:)

Hey thanks for the suggestion. I looked up at the reference and this function receives only two parameters: filename (local path or url) and file extension. It returns a PImage object. I couldn’t find in PImage reference, anything related to add a hyperlink to an image. Maybe I expressed myself poorly in the previous post.

2 Likes