Package org.dspace.iiif.canvasdimension
Class Util
- java.lang.Object
-
- org.dspace.iiif.canvasdimension.Util
-
public class Util extends Object
Utilities for IIIF canvas dimension processing.- Author:
- Michael Spalti mspalti@willamette.edu
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int[]checkDimensions(int[] dims)IIIF Presentation API version 2.1.1: If the largest image’s dimensions are less than 1200 pixels on either edge, then the canvas’s dimensions SHOULD be double those of the image.
-