这适用于只能访问主要软件的小学生,而不是Pygame或Tkinkter或其中任何一种。这是一群名为LPPJJAS的人发送此消息,我们就像代码返回一样。
答案 0 :(得分:1)
Tkinter is documented as a standard Python library module. See the official documentation here. Tkinter is primarily a user interface widget toolkit rather than than an image processing library anyway, although one can display images in it.
But if for some reason Tkinter is not acceptable, the Pillow fork of the Python Imaging Library is probably the simplest option for an image processing library.
It's not a part of the base language but is maintained at the Python foundation's package index.
Executable installers for Pillow, for Windows and Python 2.7, as well as Python eggs and Python wheels (for Windows and other OS's), and setup instructions, can be found at the Pillow 2.9.0 official site. Choose the one appropriate to your version of Windows (32 or 64 bit) for Python 2.7.
There is also some documentation on the library itself at that site.