|



|
|
|
- TIFF library for JDK 1.02
- You can use the zip just like you do the classes.zip
lizard_102.zip (10/29/97, Size 142k, uncompressed
zip file)
lizard_102_tar.Z (11/21/97, Size 99k,
compressed tar file)
- TIFF library documentation for JDK 1.02
- Contains just the docs for the 1.02 version
lizard_102_docs.zip (10/29/97, Size
99k, compressed zip file)
lizard_102_docs_tar.Z (11/21/97,
Size 120k, compressed tar file)
- TIFF library source files for JDK 1.02
- Contains both the source and the docs for the 1.02 version
lizard_102_source.zip (10/29/97,
Size 158k, compressed zip file)
lizard_102_source_tar.Z (11/21/97,
Size 195k, compressed tar file)
- TIFF library for JDK 1.1.3
- You can use this zip just like you do the classes.zip
lizard_113.zip (10/29/97, Size 140k, uncompressed
zip file)
lizard_113_tar.Z (11/21/97, Size 98k,
compressed tar file)
- TIFF library documentation for JDK 1.1.3
- Contains just the docs for the 1.1.3 version
lizard_113_docs.zip (10/29/97, Size
100k, compressed zip file)
lizard_113_docs_tar.Z (11/21/97,
Size 120k, compressed tar file)
- TIFF library source files for JDK 1.1.3
- Contains both the source and the docs for the 1.1.3 version
lizard_113_source.zip (10/29/97,
Size 158k, compressed zip file)
lizard_113_source_tar.Z (11/21/97,
Size 193k, compressed tar file)
- Application Example
- Contains a simple application example of how to use this library. ImgViewApp displays the tags and pops up
a frame for each image in the tiff file.
lizard_example.zip (12/03/97, Size
3k, compressed zip file)
lizard_example_tar.Z (12/03/97, Size
4k, compressed tar file)
- Applet Example for 1.1.3
- appletexample.zip
(01/20/97, Size 82k, compressed zip file)
- Contains a simple applet that uses a
zip archive (speeds class downloads). Like the
application, it displays the tags and pops up a frame for each
image in the tiff file.
-
- The GNU Licencing agreement for Libraries
- This file goes into detail about what the licence is all about and how this library can be used under this
licence.
(11/4/97, Size 25k,
ascii text file)
Notes:
- for 1.0.2 to be able to display tiff/jpeg I had to add a class sun.awt.image.ByteArrayImageSource. Thus my
1.0.2 version of lizard.tiff.JPEGImage will NOT work under 1.1 (I stole the class from 1.1 and added a method because
not all JPEG images start with 255,216,255,224 || 255,216,255,238)
- Sometime in the future I will add LZW, NeXT, and ThunderScan decompression to lizard.tiff, right now those classes
will just display a stupid grey image.
- lizard.tiff.TiffContentHandler will not work in an applet due to security restrictions, but you can use the method
shown in the ImgViewApp example in lizard_example.zip
- one way to run the lizard stuff under Netscape is to copy the directory structure under Netscape's java/lib directory.
Netscape has a lot of trouble with jar files (it will only recongize the first one and sometimes not even then)
If you find any bugs (I'm sure I didn't catch them all), problems or have ideas to make it better, please let
me know and I will be happy to change/fix them. email: tiff@lizardworks.com
|