Live data from Hacker News

Show HN: Website Screenshots Made Easy

instantscreenshot.com

1–10 of 15 posts

Re: Show HN: Website Screenshots Made Easy

#2
Doesn't load external fonts from services like Google web fonts so it creates inaccurate screenshots for a lot of websites. An issue with QtWebkit, that is assuming this uses PhantomJS.

example (quicksand font not loaded): http://instantscreenshot.com/screenshot/ac

http://www.google.com/webfonts/specimen/Quicksand

Re: Show HN: Website Screenshots Made Easy

#6

It failed when I tried to use it on www.timecube.com. That may have been a cruel first test, but I just wanted you to know. Otherwise, this is great. I was JUST looking for a tool to do this on Friday.

Yea, it's not quite polished just yet so you get the occasional failure to load a screenshot. I figured I'd gauge interest before dumping a bunch of time to clean up the edge cases.

Also, I just did timecube and it looks like it's working for me: http://instantscreenshot.com/screenshot/b1

Re: Show HN: Website Screenshots Made Easy

#7

Doesn't load external fonts from services like Google web fonts so it creates inaccurate screenshots for a lot of websites. An issue with QtWebkit, that is assuming this uses PhantomJS. example (quicksand font not loaded): http://instantscreenshot.com/screenshot/ac http://www.google.com/webfonts/specimen/Quicksand

Thanks. I'll put it on the list.

As for PhantomJS, I hadn't heard of it. I was originally rendering the screenshots with Selenium and the FirefoxDriver. They came out looking good, but performance was abysmal and when a page froze up I needed a mechanism to kill firefox manually.

Now I'm using Wordpress's Mshots service, but I'm looking at a couple of python tools to generate headless screenshots.

Re: Show HN: Website Screenshots Made Easy

#10
Have you looked into using: http://code.google.com/p/wkhtmltopdf/

I have used it on two projects in the past and found it very easy to use, but incredibly powerful. If you check it out, try out one of the more recent RC builds as they contain functionality the stable release does not.

Post reply on HN