Chris Hare <[email protected]> wrote: > > I am stuck however, in figuring out how to take the string data and > converting it back to an image that I can put into the canvas widget.
See the PIL handbook, where it says "If you have an entire image file in a string, wrap it in a StringIO object, and use open to load it." Charles -- ------------------------------------------------------------------ Charles Cazabon <[email protected]> Software, consulting, and services available at http://pyropus.ca/ ------------------------------------------------------------------ _______________________________________________ Image-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/image-sig
