Uses of Class
de.digitalcollections.iiif.hymir.model.exception.UnsupportedFormatException
-
-
Uses of UnsupportedFormatException in de.digitalcollections.iiif.hymir.image.business
Methods in de.digitalcollections.iiif.hymir.image.business that throw UnsupportedFormatException Modifier and Type Method Description voidImageServiceImpl. processImage(java.lang.String identifier, de.digitalcollections.iiif.model.image.ImageApiSelector selector, de.digitalcollections.iiif.model.image.ImageApiProfile profile, java.io.OutputStream os)voidImageServiceImpl. readImageInfo(java.lang.String identifier, de.digitalcollections.iiif.model.image.ImageService info) -
Uses of UnsupportedFormatException in de.digitalcollections.iiif.hymir.image.business.api
Methods in de.digitalcollections.iiif.hymir.image.business.api that throw UnsupportedFormatException Modifier and Type Method Description voidImageService. processImage(java.lang.String identifier, de.digitalcollections.iiif.model.image.ImageApiSelector selector, de.digitalcollections.iiif.model.image.ImageApiProfile profile, java.io.OutputStream os)voidImageService. readImageInfo(java.lang.String identifier, de.digitalcollections.iiif.model.image.ImageService info) -
Uses of UnsupportedFormatException in de.digitalcollections.iiif.hymir.image.frontend
Methods in de.digitalcollections.iiif.hymir.image.frontend that throw UnsupportedFormatException Modifier and Type Method Description org.springframework.http.ResponseEntity<byte[]>IIIFImageApiController. getImageRepresentation(java.lang.String identifier, java.lang.String region, java.lang.String size, java.lang.String rotation, java.lang.String quality, java.lang.String format, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.web.context.request.WebRequest webRequest)
-