ev3dev / ev3dev-lang

(deprecated) language bindings for ev3dev sensors, motors, LEDs, etc.
GNU General Public License v2.0
56 stars 39 forks source link

Pillow instead of PIL for Python? #113

Closed rhempel closed 8 years ago

rhempel commented 8 years ago

I don't know too much about image libs for Python but I have read that PIL is les actively developed lately and more devs are moving to Pillow...

Can anyone familiar with the topic chime in with an opinion please? Now's the time to decide on the standard image lib.

dlech commented 8 years ago

I think you are already using Pillow

https://packages.debian.org/jessie/python-pil

rhempel commented 8 years ago

Indeed, I am. I just did apt-get install python-pil on the EV3 over the Bluetooth link :-) Who needs WiFi? That port is much more useful as a high precision motion sensor/mouse. So can I ask you to add that to the package list for the next release, and then close the issue?

dlech commented 8 years ago

I assume we are packaging this (ev3dev-lang-python) as a debian package. As such, it should include python-pil as a dependency.

rhempel commented 8 years ago

Agreed - so when I get around to building that Debian package I will close the defect.

ddemidov commented 8 years ago

The debian package has bin built.