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

Documentation on running a tile server #6

Open
muntesco opened this issue Dec 7, 2015 · 2 comments
Open

Documentation on running a tile server #6

muntesco opened this issue Dec 7, 2015 · 2 comments

Comments

@muntesco
Copy link

muntesco commented Dec 7, 2015

is it any comprehensive guideline how to put an openslide library on a webserver and to work directly with svs files? I mean, once svs file is uploaded on server, how is it possible to generate automatically the tiles to visualize?

@bgilbert bgilbert changed the title comprehensive user guide Documentation on running a tile server Dec 7, 2015
@bgilbert
Copy link
Member

bgilbert commented Dec 7, 2015

There are lots of ways to do this, and we don't have any particularly great documentation on the topic. If you want to generate the tiles statically, VIPS is a good bet; if you want to generate them on demand, there are deepzoom_server.py and deepzoom_multiserver.py in OpenSlide Python, as well as some other tools. The topic has been discussed several times on the mailing list; I'd suggest searching the archives for more information.

@muntesco
Copy link
Author

muntesco commented Dec 8, 2015

​Well. I've uploaded some .svs slides on my webserver (inside vslides
folder), aside to the whole python openslide library. I've changed all the
things inside an html file.

​However non way.
Just wondering if there are comprehensive instructions to get it to work
directly with svs files.

thanks.

2015-12-08 1:09 GMT+02:00 Benjamin Gilbert [email protected]:

There are lots of ways to do this, and we don't have any particularly
great documentation on the topic. If you want to generate the tiles
statically, VIPS is a good bet; if you want to generate them on demand,
there are deepzoom_server.py and deepzoom_multiserver.py in OpenSlide
Python, as well as some other tools. The topic has been discussed several
times on the mailing list; I'd suggest searching the archives for more
information.


Reply to this email directly or view it on GitHub
#6 (comment)
.

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

No branches or pull requests

2 participants