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

GIF: Remove gif_resize handler #93

Closed dfdan closed 2 years ago

dfdan commented 2 years ago

:heart: Thank you for your contribution!

Description

create_gif_from_frames / resize_gif were throwing errors with current versions of Pillow. On closer investigation, these had no effect even when working there's so I've removed them.

The functions:

(The original animated GIF is still downloadable, unmodified by the IIIF API as with other files)

Closes #91

Checklist

Ticks in all boxes and 🟢 on all GitHub actions status checks are required to merge:

Third-party code

If you've added third-party code (copy/pasted or new dependencies), please reach out to an architect.

Reminder

By using GitHub, you have already agreed to the GitHub’s Terms of Service including that:

  1. You license your contribution under the same terms as the current repository’s license.
  2. You agree that you have the right to license your contribution under the current repository’s license.