brenden / node-webshot

Easy website screenshots in Node.js
2.12k stars 286 forks source link

jpg quality with streams #92

Open smclelland opened 9 years ago

smclelland commented 9 years ago

Any plans to support this? I need to bump the jpg quality because my images contain text.

bradvogel commented 9 years ago

Looks like this is blocked on https://github.com/ariya/phantomjs/issues/12474 and will require PhantomJS2 (https://github.com/brenden/node-webshot/issues/100)

ColemanGariety commented 8 years ago

What's the status on this? I'm forced to use phantom since chromium won't run headless on Linux. How can I get some sort of quality other than 75 at least? It seems like if I don't stream it, it tries to save it to disk, which I don't want to do.