 |
|
|
ObjectPlanet's PngEncoder lets you encode java based image
objects into various PNG images at fantastic performance
compared to other png encoders.
This PngEncoder is the fastest java based png encoder we
know of and has a very small footprint of less than 15K.
// Encode png image with a single line of code:
(new PngEncoder()).encode(image, outputstream);
|
Unmatched performance
Below are tests done comparing our java png encoder with other java
based image encoders. The image encoded is the chart itself, and the
chart is generated by our EasyCharts product.
|
|
|
|
|
|