Package | Description |
---|---|
org.zkoss.image.encoder |
Classes used to encode images.
|
Modifier and Type | Class and Description |
---|---|
class |
JPEGEncoder
The encoder for encoding an image into the JPEG format
|
class |
PNGEncoder
The encoder for encoding an image into the PNG format
|
Modifier and Type | Method and Description |
---|---|
static ImageEncoder |
ImageEncoders.newInstance(java.lang.String format)
Instantiates and returns the image encoder for the specified format.
|
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.