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

Fix off-by-one error when decoding scaled down full-area image #280

Closed jbaiter closed 2 years ago

jbaiter commented 2 years ago

This PR ensures that the decoded, scaled-down version is actually within the image bounds. Previously we'd frequently run into a off-by-one situation due to a rounding error, this is now fixed.