elpendor / ES-scraper

A scraper for EmulationStation
47 stars 41 forks source link

Image from PIL not imported -> Image resize error #37

Open BlaXun opened 10 years ago

BlaXun commented 10 years ago

The Image class from PIL is not imported. When a image is resized the class Image can not be found....but it is used to return a image instance with Image.open :(

So, importing Image from PIL seems to fix this.

Aloshi commented 10 years ago

Presumably related to pull request #36 that got merged yesterday.

(Also, holy cow it's the developer of Slime Online! Small world...)