Re: best way to display photos

2009-08-25 Thread samwyse
On Aug 25, 1:40 am, Thomas Guettler wrote: > Some years ago I had the same problem. > > I wrote a simple app with pygtk. You get get it from here: >    http://guettli.sourceforge.net/gthumpy/src/README.html > The next pictures get loaded in background. Switching from > one image to the next is fas

Re: best way to display photos

2009-08-24 Thread Thomas Guettler
Some years ago I had the same problem. I wrote a simple app with pygtk. You get get it from here: http://guettli.sourceforge.net/gthumpy/src/README.html The next pictures get loaded in background. Switching from one image to the next is faster then in some other apps. But somehow it is not read

Re: best way to display photos

2009-08-24 Thread 7stud
On Aug 24, 8:01 pm, Paul Rubin wrote: > samwyse 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 ad

Re: best way to display photos

2009-08-24 Thread Paul Rubin
samwyse 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 files, perhap

best way to display photos

2009-08-24 Thread samwyse
I have several thousand photographs that I need to quickly classify, all by myself. After extensive searches, I have been unable to find anything to my 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' fo