Re: best way to display photos

2009-08-25 Thread Thomas Guettler
liking, so desire to write something myself. I'm thinking about displaying a photo and waiting for keystrokes to tag it; 'i' for interior, 'e' for exterior, etc., while hitting space or enter will advance to the next photo. My big question is, what's the best way to display the photos. I've

Re: best way to display photos

2009-08-25 Thread samwyse
to the next photo.  My big question is, what's the best way to display the photos.  I've used PIL in the past, but IIRC it uses an external program.  Pygame is the next obvious choice, but like PIL it requires an add-in.  That leaves Tkinter.  Has anyone used it to display .JPG files, perhaps

best way to display photos

2009-08-24 Thread samwyse
' for exterior, etc., while hitting space or enter will advance to the next photo. My big question is, what's the best way to display the photos. I've used PIL in the past, but IIRC it uses an external program. Pygame is the next obvious choice, but like PIL it requires an add-in. That leaves

Re: best way to display photos

2009-08-24 Thread Paul Rubin
samwyse samw...@gmail.com writes: My big question is, what's the best way to display the photos. I've used PIL in the past, but IIRC it uses an external program. Pygame is the next obvious choice, but like PIL it requires an add-in. That leaves Tkinter. Has anyone used it to display .JPG

Re: best way to display photos

2009-08-24 Thread 7stud
On Aug 24, 8:01 pm, Paul Rubin http://phr...@nospam.invalid wrote: samwyse samw...@gmail.com writes: My big question is, what's the best way to display the photos.  I've used PIL in the past, but IIRC it uses an external program.  Pygame is the next obvious choice, but like PIL