PhotoView v1.0 released

PhotoView is a simple picture display program in Java that helps to navigate and to delete pictures under a directory.

Features:

Screenshots:

Icon view
icon-view
Full image view
full-image-view
Resized image to fit to the window size
fitted-image-view

Requirements:

Verified Platforms:

PhotoView will also run on other Windows and Linux with Java 1.6 or higher. PhotoView has problems with deleting photos on Windows.

How to Run:

Unzip the distribution file and execute the program within the folder. The "lib" folder contains libraries and their source code. They are required to run the application.
% java -jar PhotoView-v1.0.jar
This will serve most of use cases.
% java -Xmx512M -jar PhotoView-v1.0.jar
In order to display large size pictures, more memory needs to be allocated. You can change memory size for Java provided by Sun Microsystems in the following way. Use -Xmx[n] option to increase usable memory size where [n] indicates the size of memory. No suffix indicates bytes, k and K do kilo-bytes, m and M do mega-bytes, and g and G do giga-bytes.

License:

You may use PhotoView for free of charge but at your own risk. PhotoView is not liable for any damages arising from use of this software.