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