This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients docs@python, hcbd, serhiy.storchaka
Date 2015-12-27.16:09:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451232599.43.0.772011663306.issue25959@psf.upfronthosting.co.za>
In-reply-to
Content
Arguments for PhotoImage.zoom() are zoom factors, not the dimension of the result. In you case you are trying to create an image with size 54000x29964 pixels. This is over 1.6 gigapixels.

Here is pure Tcl equivalent of Python example. It should reproduce the crash.

There is a documentation bug in Tkinter. PhotoImage.zoom() docstring is not clear. This can and should be fixed.

There is a bug in Tk. It shouldn't crash processing image even if the result has incredible size. But we can't do anything with this bug besides reporting to mainstream.

Requalified this issue as easy documentation issue.
History
Date User Action Args
2015-12-27 16:09:59serhiy.storchakasetrecipients: + serhiy.storchaka, docs@python, hcbd
2015-12-27 16:09:59serhiy.storchakasetmessageid: <1451232599.43.0.772011663306.issue25959@psf.upfronthosting.co.za>
2015-12-27 16:09:59serhiy.storchakalinkissue25959 messages
2015-12-27 16:09:59serhiy.storchakacreate