public interface IJpegEncoder
Modifier and Type | Method and Description |
---|---|
byte[] |
encodeJPEG(int quality,
byte[] data)
Encode image data in JPEG
|
byte[] encodeJPEG(int quality, byte[] data) throws JPEGException
data
- Byte array with data of a gif or tif imageJPEGException
- On error