The entire source code of Image2HTML is available for free download,
either as separate pieces or as a gzipped tar file:
| Makefile |
The UNIX Makefile for compiling the Java. Very simple; just compile the .java files. |
| Image2HTML.java |
The main Java class. Handles the command line. |
| ImageFetcher.java |
The class responsible for fetching the image from the URL. |
| ImageProcessor.java |
The class responsible for processing the image, generating the HTML table. |
| Preferences.java |
A class encapsulating the preference information (the options). |
| image2html.pl |
The perl script which handles the "Use It Online" form. |
| Image2HTML.tar.gz |
A gzipped tar archive of all the above files (don't worry about
the download time-- it's 5k). |