| 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(String format)
Instantiates and returns the image encoder for the specified format.
|
Copyright © 2018. All rights reserved.