Uses of Class
de.digitalcollections.iiif.hymir.model.exception.ScalingException
-
-
Uses of ScalingException in de.digitalcollections.iiif.hymir.frontend
Methods in de.digitalcollections.iiif.hymir.frontend with parameters of type ScalingException Modifier and Type Method Description protected ApiErrorExceptionAdvice. handleScalingException(ScalingException exception)Sometimes scaling an image can lead to broken dimensions (usually because of rounding to 0). -
Uses of ScalingException in de.digitalcollections.iiif.hymir.image.business
Methods in de.digitalcollections.iiif.hymir.image.business that throw ScalingException Modifier and Type Method Description voidImageServiceImpl. processImage(String identifier, de.digitalcollections.iiif.model.image.ImageApiSelector selector, de.digitalcollections.iiif.model.image.ImageApiProfile profile, OutputStream os) -
Uses of ScalingException in de.digitalcollections.iiif.hymir.image.business.api
Methods in de.digitalcollections.iiif.hymir.image.business.api that throw ScalingException Modifier and Type Method Description voidImageService. processImage(String identifier, de.digitalcollections.iiif.model.image.ImageApiSelector selector, de.digitalcollections.iiif.model.image.ImageApiProfile profile, OutputStream os) -
Uses of ScalingException in de.digitalcollections.iiif.hymir.image.frontend
Methods in de.digitalcollections.iiif.hymir.image.frontend that throw ScalingException Modifier and Type Method Description org.springframework.http.ResponseEntity<byte[]>IIIFImageApiController. getImageRepresentation(String identifier, String region, String size, String rotation, String quality, String format, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.web.context.request.WebRequest webRequest)
-