ponty / pyscreenshot

Python screenshot library, replacement for the Pillow ImageGrab module on Linux.
BSD 2-Clause "Simplified" License
499 stars 89 forks source link

Replace PIL with Pillow #23

Closed mattip closed 8 years ago

mattip commented 9 years ago

In the loader you reference a link to PIL, which has been deprecated in favor of Pillow https://python-pillow.github.io/ (in file pyscreenshot/plugins/pil.py )

ponty commented 8 years ago

This link was removed.