Show HN: Watermark.js – Functional ES6 lib for watermarking in the browser
1–10 of 28 posts
Re: Show HN: Watermark.js – Functional ES6 lib for watermarking in the browser
#2Re: Show HN: Watermark.js – Functional ES6 lib for watermarking in the browser
#3Re: Show HN: Watermark.js – Functional ES6 lib for watermarking in the browser
#4Watermarking in the browser seems counter productive though.
Re: Show HN: Watermark.js – Functional ES6 lib for watermarking in the browser
#5Watermarking in the browser seems counter productive though.
But using this to generate a watermark and upload it to somewhere like S3, to then display on pages is pretty sweet.
For instance, this might be utilized by a CMS plugin to support uploading images, watermarking them, and shipping them off to the cloud.
Re: Show HN: Watermark.js – Functional ES6 lib for watermarking in the browser
#6Re: Show HN: Watermark.js – Functional ES6 lib for watermarking in the browser
#7Watermarking in the browser seems counter productive though.
How so? Being able to generate watermarks in the browser is one less thing a server has to do right? Especially if that server is in a shared environment without image libraries or lacks tools for uploading things concurrently.
Re: Show HN: Watermark.js – Functional ES6 lib for watermarking in the browser
#8I thought the point of watermarking is to prevent people from using your images without your branding, but if it's done on the client side, it's easy to circumvent: http://brianium.github.io/watermarkjs/img/shepherd.jpg
Re: Show HN: Watermark.js – Functional ES6 lib for watermarking in the browser
#9I thought the point of watermarking is to prevent people from using your images without your branding, but if it's done on the client side, it's easy to circumvent: http://brianium.github.io/watermarkjs/img/shepherd.jpg
You are correct. This would serve the purpose for many users who don't know how to go digging around for urls in JS, but more importantly its a tool for generating them on the client so a server doesn't have to - say for a CMS?
I can see this being useful for running as a batch process in Node/IO.js and uploading to, say, S3.
Re: Show HN: Watermark.js – Functional ES6 lib for watermarking in the browser
#10Watermarking in the browser seems counter productive though.
How so? Being able to generate watermarks in the browser is one less thing a server has to do right? Especially if that server is in a shared environment without image libraries or lacks tools for uploading things concurrently.