Edit
by shrutii vid - 10 years ago (2015-02-28)
Opens an URL when you click on an image
| I want an image that will take the user to a Web site with a given URL when the user clicks on the image. |
- 4 Clarification requests
4.
by Dantigny francois - 2 years ago (2023-02-11) Reply
[a] [href= url ] [img ] [/a]
3.
by BReak down Vcard - 7 years ago (2017-12-04) Reply
Bagaimana cara membuat sebuah gambar yang bisa menyimpan link ..
2.
by Haseeb Ahmad Basil - 9 years ago (2016-01-28) Reply
I don't understand you request.
1.
by Martin Barker - 9 years ago (2015-11-03) Reply
Why are you asking for a javascript library when you can use HTML?
<a href="linkhere"><img src="" /></a>ÂÂ
Ask clarification
2 Recommendations
Lorem Image Cryptonator: Embed encoded text in images using steganography
This object can embed encoded text in images using steganography.
It takes a image object on a Web page and creates a canvas object from the image pixels, so it can alter the image to replace least significant bits of a red, green, blue or alpha channels with an encoded version of the text message.
It can do it either in a fast mode that uses less image pixels but also uses more color channels, or in slow mode that uses only one channel but it takes more pixels to encode the whole text.
The object can also do the opposite, i.e. extract a previously encoded text in an image object that used this object to embed the text.
| by Franz Josef Brünner package author 35 - 9 years ago (2015-06-22) Comment
Hope you find my package useful as well but may be is sufficient to wrap a link around your image? |
Text Embedded Image: Embed text inside the data of an image
This object can embed text inside the data of an image.
It can take a given image object and render it on a canvas object, so it can extract the image data.
The object than replaces some image data with a given text and replaces the image src attribute with a data URL of the resulting image with the embedded text.
The object can also take an image with a previously embedded text and extract that text.
| by Andras Toth package author 85 - 10 years ago (2015-03-04) Comment
THis package encode your text to image. See demonstration. |
- 1 Comment
1.
by BReak down Vcard - 7 years ago (2017-12-04) Reply
Give me link