vajrasky / wallpapoz

Wallpapoz -- Gnome and XFCE Desktop Wallpapers Configuration Tool
http://vajrasky.wordpress.com/wallpapoz
GNU General Public License v2.0
22 stars 15 forks source link

pillow support #9

Closed wurfmaul closed 11 years ago

wurfmaul commented 11 years ago

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!

vajrasky commented 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.