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.

Attachment: ImageShow.py.diff
Description: Binary data

_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to