Updates the canvas dimension method to use multiple bundles.

This commit is contained in:
Michael Spalti
2022-07-13 14:56:38 -07:00
committed by Tim Donohue
parent b5b94b2986
commit 18ce42c388
2 changed files with 26 additions and 17 deletions

View File

@@ -23,8 +23,7 @@ import org.dspace.iiif.util.IIIFSharedUtils;
/**
* Queries the configured IIIF server for image dimensions. Used for
* formats that cannot be easily read using ImageIO (jpeg 2000).
* Queries the configured IIIF image server via the Image API.
*
* @author Michael Spalti mspalti@willamette.edu
*/