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(String identifier, de.digitalcollections.iiif.model.image.ImageApiSelector selector, de.digitalcollections.iiif.model.image.ImageApiProfile profile, OutputStream os)voidImageServiceImpl. readImageInfo(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(String identifier, de.digitalcollections.iiif.model.image.ImageApiSelector selector, de.digitalcollections.iiif.model.image.ImageApiProfile profile, OutputStream os)voidImageService. readImageInfo(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(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)
-