public interface ImageOperation
Modifier and Type | Method and Description |
---|---|
ImageOperationResult |
run(InputStream data,
String mimeType)
Runs an image operation and returns the result.
|
ImageOperationResult run(InputStream data, String mimeType) throws GalleryException
data
- the image data. The stream is closed by this method.mimeType
- MIME type of the imageGalleryException
- when the image operation failsCopyright © 2007–2019 Hippo B.V. (http://www.onehippo.com). All rights reserved.