ponty / pyscreenshot

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

fromstring() is deprecated. change to use suggested frombytes() #13

Closed ghost closed 10 years ago

ponty commented 10 years ago

This merge would make pyscreenshot PIL incompatible because frombytes() was introduced in Pillow

ponty commented 10 years ago

I will add some code for checking PIL