public interface ImageRepository
| Modifier and Type | Method and Description |
|---|---|
Image |
getImage(String identifier,
RegionParameters regionParameters) |
ImageInfo |
getImageInfo(String identifier) |
Set<ImageBitDepth> |
getSupportedBitDepths() |
Set<ImageFormat> |
getSupportedInputFormats() |
Set<ImageFormat> |
getSupportedOutputFormats() |
ImageInfo getImageInfo(String identifier) throws UnsupportedFormatException, UnsupportedOperationException
Image getImage(String identifier, RegionParameters regionParameters) throws InvalidParametersException, UnsupportedOperationException, UnsupportedFormatException
Set<ImageFormat> getSupportedInputFormats()
Set<ImageFormat> getSupportedOutputFormats()
Set<ImageBitDepth> getSupportedBitDepths()
Copyright © 2016. All rights reserved.