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

restful: close image after usage to avoid leaking memory #86

Closed ppanero closed 3 years ago

ppanero commented 3 years ago

closes https://github.com/inveniosoftware/flask-iiif/issues/85

Did not test a full stack integration (i.e. newly deployed instance). However, there are unit tests for the sections of the code that are touched, which fail if the image is closed before usage.