- Fix: `source` endpoint now supports returning original TIFF assets
2.6.0
- Add new '/<IMAGE ID>/source' route to obtain original source asset. Image format specified in 'Content-Type' response header.
2.5.5
- Fix image metadata caching race conditions
2.5.4
- Make best effort to load corrupt images via Pillow's `ImageFile.LOAD_TRUNCATED_IMAGES` setting.
2.5.3
- Fix `Image.clear_crops()` to handle when save crops path is different than image source path. Previously was preventing saved-to-disk crops from being deleted.
2.5.2
- Image source caching attempts to use named cache "storage", else "default".