|
|
1. |
Acme.JPM.Encoders.GifEncoder
-
Outputs a GIF file from an Image or ImageProducer. NOTE: This may have patent issues. [Open Source]
|
|
|
2. |
BMP Reader
-
Description of the Windows BMP format and a class to read those files. [Open Source]
|
|
|
3. |
GIFOutputStream.java
-
Write java.awt.image.Image to a GIF. [Open Sounce, Non-commercial]
|
|
|
4. |
IBM alphaWorks
-
Bean that reads and writes Windows BMP files. [IBM Internet License Agreement]
|
|
|
5. |
ICOReader for the ImageIO API
-
An ImageIO library for reading microsoft .ico files. [Open source, LGPL]
|
|
|
6. |
ImageGear
-
Load TIFF, BMP, MO:DCA, IOCA, and CALS; write BMP, CALS, and TIFF; image display, printing, processing, and management. [Commercial, w/ evaluation version]
|
|
|
7. |
ImageJ
-
Read and write GIF, JPEG, and ASCII. Read BMP, DICOM, and FITS. [Open Source, Public Domain]
|
|
|
8. |
ImageroReader
-
A Java library for reading image files, thumbnails and metadata. It includes a utility to drop metadata from JPEG files. Can read predefined area of image, can read image channel and scale images. [Free for non-commercial use]
|
|
|
9. |
Java Advanced Imaging API
-
An image processing toolkit supporting tiling, deferred execution, and network imaging. [Sun Binary Code License]
|
|
|
10. |
JIMI
-
Sun's library that reads GIF, JPEG, TIFF, PNG, PICT, Photoshop, BMP, Targa, ICO, CUR, Sunraster, XBM, XPM, and PCX. [Sun Binary Code License]
|
|
|
11. |
JPEG Encoder
-
Write JPEG files. [Open Source, no modification]
|
|
|
12. |
JXPM
-
XPM processing library for Personal Java.
|
|
|
13. |
LizardWorks TIFF library
-
Read and write TIFF (Tagged Image File Format) files with application and applet examples. [Open Source, LGPL]
|
|
|
14. |
Pixify Imaging Solutions
-
Java imaging solutions include image viewers and class libraries that support TIFF, JPEG, GIF, PNG, DNG and BMP.
|
|
|
15. |
PNG Encoder
-
Takes a Java Image as its input and produces a byte array in PNG format. [Open Source, LGPL]
|
|
|
16. |
PngEncoder
-
A fast Java based PNG encoder. The footprint is just over 5K and the internal object creation during runtime is kept to a minimum to avoid calls to the garbage collector. It is compatible with JDK 1.1 and later.
|
|
|
17. |
RasterMaster
-
Class library, components, and applets offering display, printing and saving of TIFF, GIF, PNG, BMP, JPEG, MO:DCA IOCA and PTOCA, CMYK, CALS, DICOM, and JEDMICS. [Commercial, /w evaluation version]
|
|
|
18. |
Sixlegs PNG library
-
Load images in Portable Network Graphic (PNG) format. [Open Source, LGPL]
|
|
|
19. |
Tiffy
-
Image editor written in Java that supports TIFF, GIF, JPG, BMP and PNG. [Commercial, w/ demo version]
|
|
|
20. |
WBMPCreator
-
Library to read and write WBMP files for mobile devices and WAP. [Commercial, w/ trial version]
|
|
|
21. |
WmfView
-
Reads WMF (Windows Metafile) vector files. [Open Source, GPL]
|
|
|
22. |
Gif4J
-
Reads, writes, watermarks, transforms and comments animated and non-animated GIF images. Includes a fast and qualitative Java color quantizer. Supports text rendering, morphing filters, and ImageIO. [Commercial, w/ trial version]
|
|
|
23. |
How to read EXIF and IPTC with Java Image I/O API
-
Explains how to use Java Image I/O API (javax.imageio) to read EXIF and IPTC metadata from a JPEG file.
|
|
|