| Interface | Description |
|---|---|
| Encoder |
Interface that defines an encoder
|
| Class | Description |
|---|---|
| AbstractImageEncoder |
This is the base class for encoding a component to a stream file.
|
| EncodeComponent |
Used to encode components into different image file formats. ie .GIF and .PNG
|
| EncodeComponent.Encoding |
Class used to enumerate valid encodings
|
| PNGEncoder |
This class encodes a Png file from an Image to an OutputStream.
|
| Exception | Description |
|---|---|
| EncoderException |
This class is an exception that is raised by Encode or one of it's
subclasses.
|
Copyright © 2018. All rights reserved.