LinkExchange
LinkExchange Member

A simple PNG (Portable Network Graphic) Image Viewer


Requirements

To use this program, you must have a 1.1 or higher version JVM.


Download the code

Click on one of the links below to download the program:

Using the program

To use the program, follow these steps:

  1. Move the PNGViewer file into its destination directory.
  2. Run it using this command line:

    java -classpath <classes.zip>:<PNGViewer> PNGViewer [image file]

    where:

    <classes.zip> is the full path to the java classes file distributed with your JVM

    <PNGViewer> is the full path to the PNGViewer file

    [image file] is an optional argument to tell the program an image to load at startup.

    Example (this is what I use on my solaris machine):

    java -classpath ~/bin/java/lib/classes.zip:~/Java/PNGViewer PNGViewer

    NOTE: Java is case-sensitive.


Notes


License Agreement for PNGViewer

I am granting a license for anyone to use and distribute this program freely as long as the following conditions are satisfied:

Use of the program indicates your acceptance of the above license agreement.


To find out more about Java and download a FREE JVM for your machine, see The Javasoft pages.


Trademark Acknowledgement:

Java is a trademark of Sun Microsystems, Inc.


This utility is brought to you by Neil Aggarwal (neil@anet-dfw.com)