Hacker News new | ask | show | jobs
by iamjustlooking 5346 days ago
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

2 comments

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.

I just got it working with PhantomJS and I must agree it does look a lot better. The problem with external fonts is still there so I'll have to crack open QtWebkit to see if we can't fix that.