Current section
Files
Jump to
Current section
Files
iiif_image_plug
CHANGELOG.md
CHANGELOG.md
# Changelog
## 0.3.1
Fixed error with pyramid page optimization was not applied if no `vscale` was requested. This caused a fallback to full image processing.
## 0.3.0
Removed the `:scheme`, `:host`, `:port` and `:prefix` options, those are now evaluated directly from the [`%Plug.Conn{}`](https://hexdocs.pm/plug/Plug.Conn.html).
## 0.2.0
Added optimization for pyramid tiffs:
- The `info.json` may now contain the [sizes](https://iiif.io/api/image/3.0/#53-sizes) property, if the identifier refers to a pyramid image.
- When image data is requested based off an pyramid image, the plug now should select the best matching image from the pyramid and apply an adjusted transformation on that preprocessed lower resolution image (instead of always working on the maximum resolution).
## 0.1.0
Minimal viable v3 plug.