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

Offer multiple zoom levels for Largo patches #63

Open
mzur opened this issue Aug 30, 2019 · 2 comments
Open

Offer multiple zoom levels for Largo patches #63

mzur opened this issue Aug 30, 2019 · 2 comments
Labels

Comments

@mzur
Copy link
Member

mzur commented Aug 30, 2019

Just a quick idea I had since Erik asked for a different "padding" of Largo patches for point annotations. We could compute Largo patches at 3 different zoom levels (one zoomed out, one normal, one zoomed in). In Largo, users could cycle through the zoom levels by moving the mouse up and down in the thumbnail (similar to the left/right preview of video and volume thumbnails). This would greatly increase the required storage for Largo patches, though. Or maybe this could be made optional and additional zoom levels are only computed on demand.

@mzur mzur added the discuss label Aug 30, 2019
@dlangenk
Copy link
Member

Pretty interesting idea👍. Space is basically not an issue and it shouldn't be hard to implement this?🤔

@mzur
Copy link
Member Author

mzur commented Aug 30, 2019

Space might not be an issue but the number of files might. Our instance stores the patches in a Swift container, which currently are about 4M files. I've read reports that container performance can degrade if the number of files gets too large (10s or 100s of millions). This depends on the performance of the storage hardware.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

2 participants