dbmdz / iiif-server-hymir

Hymir is a Java based IIIF Server. It is based on "IIIF Image API Java Libraries" and "IIIF Presentation API Java Libraries" projects (see https://github.com/dbmdz)
MIT License
27 stars 7 forks source link

Return status 400 if scaling results in zero height #213

Closed bitzl closed 3 years ago

bitzl commented 3 years ago

Sometimes scaling would result in a image height or width of 0. In this case the IIIF Image API 2.1.1 specs say a status code 400 should be returned.

Fixes #211