Live data from Hacker News

Viewing profile — scaturr

scaturr

HN member
Joined
Mon, Oct 20, 2014, 12:44 PM UTC
HN karma
55
Public activity
13 items

About scaturr

https://github.com/brianium

Recent public activity

  1. 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…

  2. 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…

  3. 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…

  4. 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…

  5. 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…

  6. 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…

  7. 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…

  8. story
  9. story
  10. story
  11. story
  12. 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…

  13. story