Downloadliste

Projektbeschreibung

PngEncoder is a Java class which takes a Java Image object (based on DirectColorModel) and returns a byte-array in PNG format. This byte-array is suitable for saving as a PNG file or delivery to a client from a servlet. The class optionally encodes alpha information from the Image. PngEncoderB takes a Java BufferedImage object (which may have either a DirectColorModel or IndexColorModel) and returns a byte array in PNG format..

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-01-30 15:13
1.3.1

Eine Korrektur für einen Fehler in der Kompression auf Null ist, und eine neue Klasse, die Eingabe von einer BufferedImage erlaubt, so dass Sie von PNG-Dateien erstellen, ein 8-Bit-pro-Pixel-Quelle. Die neue Klasse benötigt Java 1.2; das Original noch arbeitet mit Java 1.1.
A fix for a bug in compression level zero, and a new class which permits input from a BufferedImage, so that you can create PNGs from an 8-bit-per-pixel source. The new class requires Java 1.2; the original still works with Java 1.1.

2001-01-30 15:13
1.2

Zusatz von "sub" und "up"-Filter. Dokumentation in ein neues Verzeichnis. Test-Programm aktualisiert. Sie können jetzt die Kompressions-Level für Deflater.
Addition of "sub" and "up" filters. Documentation moved to a new directory. Test program updated. You can now set compression level for Deflater.

2001-01-30 15:13
1.0

Initial release.
Initial release.

Project Resources