Package ch.reto_hoehener.japng

See the javadocs of the Apng interface for usage examples.

See:
          Description

Interface Summary
Apng The central interface of the Japng library to create animated PNG's from a sequence of individual images (the animation frames).
 

Class Summary
ApngFactory Factory class for vending Apng objects.
Japng The Main-Class of the library jar.
 

Enum Summary
BlendOp Blending Operation - Specifies whether the frame is to be alpha blended into the current output buffer content, or whether it should completely replace its region in the output buffer.
DisposeOp Disposal Operation - Specifies how the output buffer should be changed at the end of the delay (before rendering the next frame).
 

Exception Summary
JapngException The library exception.
 

Package ch.reto_hoehener.japng Description

See the javadocs of the Apng interface for usage examples.

Version:
$Id: package-info.java 30 2008-02-23 22:29:51Z reto $