pillow v1.0.c2 Release Notes

    • If PIL is built with the WITH_TKINTER flag, ImageTk can automatically hook into a standard Tkinter build. You no longer need to build your own Tkinter to use the ImageTk module.

    The old way still works, though. For more information, see Tk/install.txt.

    • 👍 Some tweaks to ImageTk to support multiple Tk interpreters (from Greg Couch).

    • ImageFont "load_path" now scans directory mentioned in .pth files (from Richard Jones).