Re: [Tutor] Images on Python 3k

2010-01-16 Thread Alan Gauld
"Luhmann" wrote I have only started using python after Py3 was released, so this is is the only version I know. I have tried to make my code work in Python 2 so I could use PIL, This is one of the biggest barriers to adopting Python 3. Until PIL gets ported it's a non starter for many fol

[Tutor] Images on Python 3k

2010-01-16 Thread Luhmann
Hello List, Does anyone know of a way simple way to display JPG and PNG images on python 3? My program uses tkinter, and currently my solution is to use ImageMagick's convert through std to convert the images to gif. However the conversion is too time consuming. I have only started using pytho