Closed wurfmaul closed 11 years ago
The files: src/wallpapoz_gui/wallpapoz_menu.py src/wallpapoz_gui/wallpapoz_menu_commands.py
are part of Wallpapoz with Python3 support. That's why it already has Pillow support. I am still migrating it. Thank you for your pull request.
Hey there! I tried to add consistent Pillow support, because I wasn't that easily able to install PIL without pillow. The following two changes would add full pillow support to your project. I don't understand the way it is supported now:
use Image, but
use PIL.Image (the pillow package).. Regards!