LinkExchange Member
Introducing a GIF and JPEG to PNG converter written entirely in Java!
Download gj2png
gj2png.zip - a zip file.
gj2png.tar - a tar file.
Using the program
To use this program, you must have a 1.1 or higher version JVM.
To use the program, follow these steps:
- De-archive the gj2png.zip or gj2png.tar file.
- Move the gj2png.jar file into its destination directory.
- Run it using this command line:
java -classpath : gj2png
where:
is the full path to the java classes file distributed with your JVM
is the full path to the gj2png.jar file
is a list of the files to convert, separated by spaces
Example (this is what I use on my solaris machine):
java -classpath /bin/java/lib/classes.zip:/usr/neil/gj2png.jar gj2png file1.gif file2.gif
NOTE: Java is case-sensitive.
Notes:
- All files must end with ".gif" if they are GIF files and ".jpg" if they are JPEG files.
- The file listing may contain wildcards.
License Agreement for gj2png
I am granting a license for anyone to use and distribute this program freely
as long as the following conditions are satisfied:
- THIS PROGRAM IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. The author disclaims all warranties expressed or implied for this program. The author shall not be liable for any outcomes caused by the use or misuse of this program.
- You may not de-archive the gj2png.jar file.
- You may not disassemble, reverse-compile, reverse-assemble, or alter the gj2png.jar file in any manner.
- The READ.NOW file is not modified and is included with the distribution.
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.
Visit the PNG home page.
Trademark Acknowledgements
GIF is a trademark of CompuServe, Inc.
Java is a trademark of Sun Microsystems, Inc.
This utility is brought to you by Neil Aggarwal (neil@moumouth.com)