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,
de.digitalcollections.iiif.model.image.ImageApiProfile profile,
OutputStream os) |
void |
readImageInfo(String identifier,
de.digitalcollections.iiif.model.image.ImageService info) |
default Instant getImageModificationDate(String identifier) throws de.digitalcollections.model.api.identifiable.resource.exceptions.ResourceNotFoundException
de.digitalcollections.model.api.identifiable.resource.exceptions.ResourceNotFoundExceptionvoid readImageInfo(String identifier, de.digitalcollections.iiif.model.image.ImageService info) throws UnsupportedFormatException, UnsupportedOperationException, de.digitalcollections.model.api.identifiable.resource.exceptions.ResourceNotFoundException, IOException
UnsupportedFormatExceptionUnsupportedOperationExceptionde.digitalcollections.model.api.identifiable.resource.exceptions.ResourceNotFoundExceptionIOExceptionvoid processImage(String identifier, de.digitalcollections.iiif.model.image.ImageApiSelector selector, de.digitalcollections.iiif.model.image.ImageApiProfile profile, OutputStream os) throws InvalidParametersException, UnsupportedOperationException, UnsupportedFormatException, de.digitalcollections.model.api.identifiable.resource.exceptions.ResourceNotFoundException, IOException
InvalidParametersExceptionUnsupportedOperationExceptionUnsupportedFormatExceptionde.digitalcollections.model.api.identifiable.resource.exceptions.ResourceNotFoundExceptionIOExceptionCopyright © 2019. All rights reserved.