-
Notifications
You must be signed in to change notification settings - Fork 2
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
Integrate with ZoomHub or Zoomable.ca #16
Comments
I had to disable the upload functionality temporarily because of space + web hosting issue (TOS related). Once that's settled, I will bring it back up. I'm leaning towards REST service for the API. I'll provide more details later on. |
It would also be nice for non CORS enabled images which can not be properly downsampled (because the canvas get tainted). |
@avandecreme Good point. @abrlam Please keep us posted! |
@iangilman It's been a while! The long overdue REST API is available as beta at zoomable.ca Documentation: Right now it does two things:
No registration required for now depending on the reception. |
@abrlam Fantastic! Mind if I spread the word? For starters, I imagine @gasi will be interested to know about it! We should update http://openseadragon.github.io/examples/creating-zooming-images/ with info about the API. Would you be up for making a PR to do so? Anyway, I'm excited to hear this is up and running! |
@iangilman Sure thing! Feel free to spread the word. Good idea. I'll create a PR once it's ready. I'm excited too! Looking forward to see what others will do with it. |
Sweet! Tweeted: https://twitter.com/openseadragon/status/1021511071566245889 |
This browser extension is great for images that you can reasonably download, but after some point (I don't know, wider than 20K pixels?) it's not practical and you still want a tiling service to break it down. It would be cool if the extension detected that and handed off to one of the tiling services:
Of course this doesn't make sense for the feature where you right click on an image (since the image is already downloaded), but perhaps we could also support right clicking on image links. This could also be a feature for the non-browser-extension version that's on the OSD site.
Anyway, just an idea for the future.
The text was updated successfully, but these errors were encountered: