public interface ImageService
| Modifier and Type | Method and Description |
|---|---|
default Instant |
getImageModificationDate(String identifier) |
void |
processImage(String identifier,
de.digitalcollections.iiif.model.image.ImageApiSelector selector,
OutputStream os) |
void |
readImageInfo(String identifier,
de.digitalcollections.iiif.model.image.ImageService info) |
default Instant getImageModificationDate(String identifier) throws ResourceNotFoundException
ResourceNotFoundExceptionvoid readImageInfo(String identifier, de.digitalcollections.iiif.model.image.ImageService info) throws UnsupportedFormatException, UnsupportedOperationException, ResourceNotFoundException, IOException
void processImage(String identifier, de.digitalcollections.iiif.model.image.ImageApiSelector selector, OutputStream os) throws InvalidParametersException, UnsupportedOperationException, UnsupportedFormatException, ResourceNotFoundException, IOException
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.