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

Pass-through unchanged tiles #7

Open
tokee opened this issue Jun 13, 2016 · 1 comment
Open

Pass-through unchanged tiles #7

tokee opened this issue Jun 13, 2016 · 1 comment
Assignees

Comments

@tokee
Copy link
Owner

tokee commented Jun 13, 2016

In the direct and redirect phases, tiles are read from the backing image server and send forward to the GUI. This is currently done through the Java image frameworks, which means a lot of cycles wasted on decoding and encoding images, including quality loss due to JPG.

Such tiles should be handled outside of the image framework.

@tokee tokee self-assigned this Jun 13, 2016
@tokee
Copy link
Owner Author

tokee commented Jun 19, 2016

For the redirect phase, served tiles must be square. This makes it problematic to pass-through as some edge-tiles must be padded. Maybe issue #11 can help here, as it can be calculated whether a tile will be full-sized or partial.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant