public interface ImageProcessor
Modifier and Type | Method and Description |
---|---|
ImageProcessorResult |
process(DataSource ds,
long id,
ImageProcessing process)
Processes an image.
|
ImageProcessorResult process(DataSource ds, long id, ImageProcessing process) throws IOException
ds
- DataSource
of the original imageid
- Store
id that is used as cache keyprocess
- ImageProcessing
with processing information, must not be
null
ImageProcessorResult
IOException
Copyright © 2009–2016. All rights reserved.