paulhammond / webkit2png

png screenshots of webpages
http://www.paulhammond.org/webkit2png/
1.44k stars 195 forks source link

Not working on Ubuntu Linux 14.4 #95

Closed dadasoz-cuelogic closed 4 years ago

dadasoz-cuelogic commented 8 years ago

Following Modules not available

import Foundation import WebKit import AppKit import Quartz import objc

habibalamin commented 8 years ago

@dadasoz-cuelogic these are all usually found only on OS X machines.

insidegui commented 7 years ago

I think this will only run on macOS because it uses AppKit, Quartz and other Apple-only technologies. Maybe the author should add this info to the readme.

habibalamin commented 7 years ago

@paulhammond this issue should probably be closed.

fake-name commented 5 years ago

Maybe http://www.paulhammond.org/webkit2png/ should, you know, mention that it's os-x specific?

paulhammond commented 4 years ago

That's a good point. 4550a8893b8bbdd7dc02accbb5ac6c7f32a09012 fixes that.

There's a pywebkitgtk branch where I started trying to get this to work on linux but it's 10 years old and I'll be amazed if it still works. The results weren't great, fonts didn't render well, among other things, but if you want to try to get it to work feel free to use it.