Télécharger la liste

Description du projet

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..

Système requise

System requirement is not defined
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

Un correctif d'un bug dans le niveau de compression zéro, et une nouvelle classe qui permet l'apport d'une BufferedImage, de sorte que vous pouvez créer des fichiers PNG à partir d'un 8-bit-per-pixel d'origine. La nouvelle classe nécessite Java 1.2; l'original fonctionne encore avec 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

Ajout de "sub" et "place des« filtres. Documentation déplacé vers un nouveau répertoire. Programme de test mis à jour. Vous pouvez maintenant définir le niveau de compression pour le déflateur.
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

Version initiale.
Initial release.

Project Resources