tomasmcz / imago

Optical position recognition for the game of Go
Other
81 stars 27 forks source link

Use modern PIL interface #1

Closed SebKuzminsky closed 8 years ago

SebKuzminsky commented 8 years ago

Hi Tomas, this PR updates the calls that imago makes into PIL to use the newer "to/from bytes" interface, rather than the older "to/from string" interface. This was necessary to get it to run on Pillow 3.3.0 in Debian Stretch.

tomasmcz commented 8 years ago

Hi Sebastian, thank you very much for your contribution.