I've moved!
I've started a new position at the University of Texas Health Science Center-Houston as an assistant professor in the School of Health Information Sciences. Please visit my new webpage:
http://biomathematics.shis.uth.tmc.edu
Thank you! -- Paul (September 7, 2007)
Software: BMPviewerGL
About
BMPviewerGL is a fast open-source (GPL) utility to view multiple Windows bitmap (BMP) image files. Here is a typical screenshot:
BMPviewerGL is written in C++ and was designed to be cross-platform compatible; it should compile and work on Mac OSX and Linux just fine. A Windows binary (exe) file is included, as well as a Linux makefile.
Downloading BMPviewerGL
BMPviewerGL requires the following libraries:
Click here to download the most recent version of BMPviewerGL (Version 0.25).
To compile it in Windows under mingw, use:
g++ -o BMPviewerGL BMPviewerGL.cpp -lglut32 -lgl
A couple of .bat files and a Linux makefile are included to make compiling easier.
What's New in Version 0.25
Version 0.25 is the first release. It provides basic functionality to load and view multiple Windows bitmap (BMP) image files in succession, like a slideshow.
How to Use It
Using BMPviewerGL is simple:
C:\BMPviewerGL *.bmp
Press any key to advance to the next image.