
Security News
Django Joins curl in Pushing Back on AI Slop Security Reports
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.
.. image:: https://github.com/inveniosoftware/flask-iiif/workflows/CI/badge.svg :target: https://github.com/inveniosoftware/flask-iiif/actions
.. image:: https://img.shields.io/coveralls/inveniosoftware/flask-iiif.svg :target: https://coveralls.io/r/inveniosoftware/flask-iiif
.. image:: https://img.shields.io/github/tag/inveniosoftware/flask-iiif.svg :target: https://github.com/inveniosoftware/flask-iiif/releases
.. image:: https://img.shields.io/pypi/dm/flask-iiif.svg :target: https://pypi.python.org/pypi/flask-iiif
.. image:: https://img.shields.io/github/license/inveniosoftware/flask-iiif.svg :target: https://github.com/inveniosoftware/flask-iiif/blob/master/LICENSE
Flask-IIIF is a Flask extension permitting easy integration with the International Image Interoperability Framework (IIIF) API standards.
Flask-IIIF is on PyPI so all you need is: ::
pip install Flask-IIIF
Documentation is readable at http://flask-iiif.readthedocs.io or can be built using Sphinx: ::
git submodule init
git submodule update
pip install Sphinx
python setup.py build_sphinx
Running the test suite is as simple as: ::
python setup.py test
or, to also show code coverage: ::
./run-tests.sh
Version 1.2.1 (released 2025-06-25)
Version 1.2.0 (released 2024-12-12)
Version v1.1.1 (released 2024-11-05)
Version v1.1.0 (released 2024-08-26)
Here you can see the full list of changes between each Flask-IIIF release.
Version 1.0.0 (released 2023-10-27) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
attachment_filename
Version 0.6.3 (released 2022-07-08) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Version 0.6.2 (released 2021-12-09) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Version 0.6.1 (released 2020-03-19) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
app
argument for the flask_iiif.cache.ImageCache
constructor.Version 0.6.0 (released 2020-03-13) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
gray
and grey
as valid qualities..tif/.tiff
, .jp2
).IIIF_CACHE_IGNORE_ERRORS
config variable to allow ignoring
cache access exceptions.current_iiif.cache
from a callable function to a Werkzeug
cached_property
.Version 0.5.3 (released 2019-11-21) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Version 0.5.2 (released 2019-07-25) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Version 0.5.1 (released 2019-05-23) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Version 0.5.0 (released 2018-05-18) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Fixes
New features
Version 0.4.0 (released 2018-04-17) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Fixes unicode filename issues.
Changes default resampling algorithm to BICUBIC for better image quality.
Adds support for _external, _scheme etc parameters for iiif_image_url.
Version 0.3.2 (released 2018-04-09) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Security
Version 0.3.1 (released 2017-08-18) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Version 0.3.0 (released 2017-08-17) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
New features
Adds TIFF image support to the default config.
Adds proper GIF resize.
Adds optional Redis cache.
Notes
Version 0.2.0 (released 2015-05-22) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Incompatible changes
Removes uuid_to_path_handler
callback.
Updates error classes names (MultimediaImageResizeError and MultimediaImageCropError).
New features
Adds image information request endpoint <uuid>/info.json
which
contains available metadata for the image, such as the full height
and width, and the functionality available for the image, such as
the formats in which it may be retrieved, and the IIIF profile
used.
Adds new signals to REST API that permits to have access before and after process of the request as well as after the validation of IIIF.
Adds a configurable decorator to the REST API which can be
configure with the api_decorator_handler
.
Adds the uuid_to_image_opener_handler
which can handle both
fullpath
and bytestream
as source.
Improved features
Improves the initialisation of the REST API by adding a
possibility to override the default API prefix
/api/multimedia/image/
.
Adds better testing cases and increases the overall test efficiency.
Notes
Version 0.1.0 (released 2015-04-28) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FAQs
"Flask-IIIF extension provides easy IIIF API standard integration."
We found that flask-iiif demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.