[Image-SIG] (no subject)

Chris skvortsov42 at gmail.com
Sun Sep 30 21:28:50 CEST 2012


ImageView.py has a bug on Unix where if the user has both display and
xv installed, a call to image.show() results in the image being shown
first with display and then with xv. This is because the show function
in the file expects the show method to return 1 if successful, but it
doesn't return anything. This patch fixes that.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ImageShow.py.diff
Type: application/octet-stream
Size: 104 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/image-sig/attachments/20120930/63e8d15a/attachment.obj>


More information about the Image-SIG mailing list