SourceForge Logo

Image Thumbnail Generator

Contact me at: windchess@users.sourceforge.net

Project Summary Page

This application lets you select multiple image files from a directory
and creates a thumbnail for every image on the same directory.

You can also select the size in pixels of the maximum dimension for the thumbnail to be generated.
The range is between 50 and 200 pixels.

I used Java 2 and Swing to write the application.

Screen shot

The application is packaged in a jar file.
To download go to:  thumbnail.jar

You need to have Java 2 installed in your machine before you can use it.
You can either use the Java Runtime environment JRE ~5mb or the Java SDK which is much bigger.

Once installed you can run the application from the console:
first cd to the directory where you downloaded the jar file to
    cd /javaapps
and then type
    java -jar thumbnail.jar
or in windows you can doubleclick on te thumbnail.jar file.