You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the backing images are served from IIPImage using pyramidal TIFF or JPEG2000 files. They are accessed through the DeepZoom protocol, which sends requests that matches the different pyramid levels. This has the side-effect of many pages requiring a lot of padding.
Switching to a scheme where all images are scaled to maximum available size inside of the source rectangle (currently 2_256 x 3_256 pixels) would ensure a better mosaic effect. The question is how well IIPImage handles odd-size requests.
The text was updated successfully, but these errors were encountered:
Currently the backing images are served from IIPImage using pyramidal TIFF or JPEG2000 files. They are accessed through the DeepZoom protocol, which sends requests that matches the different pyramid levels. This has the side-effect of many pages requiring a lot of padding.
Switching to a scheme where all images are scaled to maximum available size inside of the source rectangle (currently 2_256 x 3_256 pixels) would ensure a better mosaic effect. The question is how well IIPImage handles odd-size requests.
The text was updated successfully, but these errors were encountered: