Viewing profile — scaturr
scaturr
HN member- Joined
- Mon, Oct 20, 2014, 12:44 PM UTC
- HN karma
- 55
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About scaturr
Recent public activity
-
comment
Comment #9546576
I think this library could defer altering the window object until it is certain it is in a browser context. The original design goal was for a browser, but the issue has already co…
-
comment
Comment #9546540
I am seeing the same arguments made :) - Watermarking an on-page element does allow the original image to be access quite easily. However, I will reiterate it is pretty useful to w…
-
comment
Comment #9545909
Yes. Absolutely. The library includes a blob() function for converting a watermarked image to a blob for use with FormData. The site has a demo that does just this for uploading to…
-
comment
Comment #9545146
Watermarking by urls or existing images would leave the non-watermarked image open - you are correct. This case is still fine for most users, but watermark.js also allows the use o…
-
comment
Comment #9545133
Well what if you batch it in the browser? It is quite possible to use file inputs to generate watermarked images without ever storing the image you are watermarking, and then uploa…
-
comment
Comment #9545054
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 clie…
-
comment
Comment #9545020
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…
- story
- story
- story
- story
-
comment
Comment #8483434
Thanks for your feedback! PHPUnit is an awesome tool (I even started https://github.com/brianium/paratest to get a little more out of it). Behat is equally awesome. However we want…
- story