inveniosoftware / flask-iiif

Flask-IIIF is permitting easy integration with the International Image Interoperability Framework (IIIF) API standards.
https://flask-iiif.readthedocs.io
Other
28 stars 27 forks source link

api: optionally disable upscaling #65

Open slint opened 5 years ago

slint commented 5 years ago

If an image is 500x500 pixels and a 700x700 image is requested, it should be possible to ignore the input parameters (700x700) and render the original 500x500 image. There's already an issue on that in the original IIIF repo: https://github.com/IIIF/api/issues/1627