Image Watermarks With HTML5 Canvas & Javascript – watermark.js
31
Mar
// php the_time('Y') ?>
watermark.js is a JavaScript library that enables us to insert watermarks over images quickly and in batch.
It can target any number of images in a web page that has a specific class and apply the watermark over the original image with the help of HTML5 canvas.
The library normally aims to protect images from being stolen. Although, it is not a perfect solution (just like many others) as the image source is plain-coded, it can still prevent non-advanced users.
On the other hand, watermark.js is very handy when you only want to insert an image over another and position however you want without a server-side solution.
Requirements: No Requirements
Compatibility: All Modern Browsers
Website: http://www.patrick-wied.at/static/watermarkjs/
Demo: http://www.patrick-wied.at/static/watermarkjs/demos/...
Download: https://github.com/pa7/watermark.js
Compatibility: All Modern Browsers
Website: http://www.patrick-wied.at/static/watermarkjs/
Demo: http://www.patrick-wied.at/static/watermarkjs/demos/...
Download: https://github.com/pa7/watermark.js
- Tags:
HTML5 Javascript Watermark
- Filed under: Goodies, Images, MIT License
- 1 Comment













One Response for "Image Watermarks With HTML5 Canvas & Javascript – watermark.js"
Hi,
Great plugin, but it’s not helping because you can still take the original image from the site with no dificulty if you know some html.
Thanks thought!