public interface LocalCompress
Modifier and Type | Method and Description |
---|---|
void |
compressToStream(BufferedImage image,
OutputStream outputStream)
Compresses a buffered image to an output stream.
|
float |
getCompressionLevel()
Returns the current compression level for the service.
|
void |
setCompressionLevel(float percentage)
Sets the current compression level for the service.
|
void compressToStream(BufferedImage image, OutputStream outputStream) throws IOException
image
- the thumbnail's buffered image.outputStream
- the stream to write to.IOException
- if there is a problem when writing to stream.void setCompressionLevel(float percentage)
percentage
- A percentage compression level from 1.00 (100%) to
0.01 (1%).ValidationException
- if the percentage
is out of
range. (actually doesn't but might should)float getCompressionLevel()
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.