Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is is possible to use custom-size scaling with IIPImage? #13

Open
tokee opened this issue Jun 27, 2016 · 0 comments
Open

Is is possible to use custom-size scaling with IIPImage? #13

tokee opened this issue Jun 27, 2016 · 0 comments
Assignees
Labels

Comments

@tokee
Copy link
Owner

tokee commented Jun 27, 2016

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.

@tokee tokee added the question label Jun 27, 2016
@tokee tokee self-assigned this Jun 27, 2016
@tokee tokee changed the title Is is possible to use custom-size scaling with IIPImage Is is possible to use custom-size scaling with IIPImage? Jun 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant