mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-16 06:23:10 +00:00
Shared image server query service
This commit is contained in:
@@ -34,15 +34,6 @@ public class IIIFApiQueryServiceImpl implements IIIFApiQueryService {
|
||||
|
||||
@Override
|
||||
public int[] getImageDimensions(Bitstream bitstream) {
|
||||
return getIiifImageDimensions(bitstream);
|
||||
}
|
||||
|
||||
/**
|
||||
* Retrieves image dimensions from the image server (IIIF Image API v.2.1.1).
|
||||
* @param bitstream the bitstream DSO
|
||||
* @return image dimensions
|
||||
*/
|
||||
private int[] getIiifImageDimensions(Bitstream bitstream) {
|
||||
int[] arr = new int[2];
|
||||
String path = IIIFSharedUtils.getInfoJsonPath(bitstream);
|
||||
URL url;
|
||||
|
Reference in New Issue
Block a user