info.aduna.graphics.image
Class PngEncoder
java.lang.Object
info.aduna.graphics.image.PngEncoder
public class PngEncoder
- extends Object
PngEncoder takes a Java Image object and creates a byte string which can be
saved as a PNG file. The Image is presumed to use the DirectColorModel.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PngEncoder
public PngEncoder(Image image)
pngEncode
public byte[] pngEncode()
Copyright © 1997-2008 Aduna. All Rights Reserved.