dmytrofrolov

Results 2 comments of dmytrofrolov

I have same problem described, using Ubuntu 16.04.6 LTS To install dependencies: ``` sudo apt install libgtk-3-dev sudo apt install libwebkit2gtk-4.0-dev ``` In case if pip fails with error: `webview/webview.c:1:20:...

Apparently PIL library behaves wrong with images that has EXIF tags. Details: [Rotating an image with orientation specified in EXIF using Python without PIL including the thumbnail](https://newbedev.com/rotating-an-image-with-orientation-specified-in-exif-using-python-without-pil-including-the-thumbnail) **Possible workaround:** PIL...