PIL how to display multiple images side by side

Lie Ryan lie.1296 at gmail.com
Sun Jan 10 00:24:01 EST 2010


On 1/9/2010 8:43 AM, suresh.amritapuri wrote:
> Hi,
>
> In PIL, how to display multiple images in say m rows and n colums when
> I have m*n images.
>
> suresh

Tkinter has PhotoImage widget and PIL has support for this widget:
http://www.pythonware.com/library/pil/handbook/imagetk.htm





More information about the Python-list mailing list