7 ms·
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 assu
by iamjustlooking 15y 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://instantscreenshot.com/screenshot/ac
http://www.google.com/webfonts/specimen/Quicksand http://www.google.com/webfonts/specimen/Quicksand
- rezaman 15y agoThanks. 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.
- rezaman 15y agoI 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.