GoImageSurf
GoImageSurf is a program that enables you to zap
through a bunch of images very fast. It is written
in Python using the Pygame library.
If you have a joystick the program will use it for
input, otherwise mouse movement flips the pictures.
You should put the images you want to see into one
folder and order them alphanumeric. The path the
program uses should be something like "C:\*.jpg".
If you don't pass the path as a parameter you
will be asked to enter it.
Download:
Python
Pygame
GoImageSurf.py
I have put Python2.3.3
and Pygame1.6
installers for Windows on my own server, just
click the links here.
Execution:
To run the program you should enter something like
python GoImageSurf.py C:\*.jpg
at a shell prompt, or just click the icon to run it.