Download List

프로젝트 설명

Sixlegs PNG Library is a Java 1.1-compatible PNG decoder which features full compliance with the latest PNG specification. It supports all valid bit depths (grayscale/color), interlacing, palette-indexed images, alpha/transparency, gamma correction, access to all standard chunk data, private chunk handling, progressive display, and more.

System Requirements

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.

2004-06-24 16:44
1.3.0

당신 InputStream의 자동 종료를 비활성화 수있는 새로운 생성자 때 스트림을 여러 개의 이미지를 포함하는 데 유용합니다 추가되었습니다. InputStream 경우가 비어있습니다 EOFException 지금 NullPointerException 대신 throw됩니다. SINGLEFRAMEDONE 통화는 JDK와 호환성을 위해 제거되었습니다. setBuffer (int []) 메서드를 내부 픽셀 버퍼 설정이 추가되었습니다. getEverything (Boolean)는 치명적인 예외가 던져질 수 있도록 추가되었습니다.
Tags: Minor feature enhancements
A new constructor that allows you to disable the
automatic closing of the InputStream was added,
which is useful for when a stream contains
multiple images. An EOFException is now thrown if
an InputStream is empty, instead of a
NullPointerException. SINGLEFRAMEDONE calls were
removed for compatibility with JDK. A
setBuffer(int[]) method was added to set the
internal pixel buffer. getEverything(boolean) was
added to allow fatal exceptions to be thrown.

2002-05-21 09:14
1.2.3

InputStream에 () 메소드를 읽어 javadoc 변경 계약서를 수정 PersonalJava에 대한 버그 / 샤프 Zaurus 따릅니다.
Tags: Minor bugfixes
Changing InputStream read() methods to obey javadoc contract, which fixes a bug on PersonalJava/Sharp Zaurus.

2001-11-19 05:53
1.2.2

이전에, 알파 채널 ArrayIndexOutOfBoundsException 발생 와이드 이미지. 이 수정되었습니다.
Tags: Minor bugfixes
Previously, wide images with alpha channels triggered an
ArrayIndexOutOfBoundsException. This has been fixed.

Project Resources