paulhammond / webkit2png

png screenshots of webpages

Home Page:http://www.paulhammond.org/webkit2png/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebP images returned blank

hablema opened this issue · comments

I'm trying to take a screenshot of a website with webP images. I get blank placeholders in place of the webP images. Is there any way I could grab those pages.

Try for example this

webkit2png https://developers.google.com/speed/webp/gallery1

Safari and webkit don't support webP images and webkit2png uses the same rendering engine and so supports whatever they support.

If you need to capture screenshots of pages that use webP you could try using Headless Chrome.

Sorry I can't be more help!