<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p>Hi:</p>
<p>As Benjamin said, the OpenSlide python needs other libraries to work like PIL (see the import section) </p>
<p>You can also get some new lines to explorer here http://libvips.blogspot.com.es/2013/03/making-deepzoom-zoomify-and-google-maps.html (In the comment you will also get some project made with google maps.)</p>
<p>VIPS gives you the possibility to generate the static tiling and transform to other formats. You can generate the same result with the python openslide deepzoom example as well. </p>
<p>If you want to do everything in python, also the web services to provide dinamicaly the tiles, I aslo recomend you the web.py library (http://www.dreamsyssoft.com/python-scripting-tutorial/create-simple-rest-web-service-with-python.php)</p>
<p> </p>
<p>El 31/03/16 a las 08:16:09, PD Dr. M. Weihrauch via openslide-users escribió:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<pre>Alternatively, you could use our new service at <a href="http://easyzoom.com">http://easyzoom.com</a>. It
uses OpenSlide in the background. You can upload files up to 4 GB. You
can either put them into a private space (which will require a plan
after the first 2 GB) or place them publicly (always free).
Then you can get an embed link (iFrame) and place them on your website
as you want (just like YouTube with videos). Annotations are of course
possible for you (and if you want for the users).

Best regards

Martin

Am 31.03.2016 um 05:03 schrieb Benjamin Gilbert via openslide-users:</pre>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%">On Wed, Mar 30, 2016 at 10:32:49PM +0000, Upadhyay, Vivek, M.D. via openslide-users wrote:
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%">I have downloaded Openslide and Openslide Python, but when I run the module I keep getting a "ImportError: No module named 'PIL'". 1) How can I open OpenSlide Python on my computer (I use a mac)?</blockquote>
You have to install not only OpenSlide and OpenSlide Python, but all of the libraries they depend upon. It's possible to do that by hand, but quite a bit of work. On Mac OS X, the easiest alternative is to install OpenSlide and OpenSlide Python from MacPorts <<a href="https://www.macports.org/">https://www.macports.org/</a>>. Follow the website's instructions to install MacPorts, then `sudo port install py-openslide`. The web demo scripts (see below) will be installed into /opt/local/share/doc/py27-openslide/examples/deepzoom.
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%">2) How can I use OpenSlide on a website?</blockquote>
The general idea is that you convert a slide file into a Deep Zoom image pyramid, which can then be displayed by the OpenSeadragon viewer running in a web browser. There are two general ways to do it: - Dynamic tiling: Generate each Deep Zoom image tile when it is requested by a web browser. This is useful if you have many slides which are rarely viewed, but it requires OpenSlide to be running on the web server. - Static tiling: Generate the entire Deep Zoom pyramid in advance. This is useful when the same few slides are viewed over and over. It requires more computation up front, but then the tiles can be served by a generic web server without any custom code. For basic implementations of each of these approaches, see the scripts in the examples directory mentioned above. deepzoom_server.py and deepzoom_multiserver.py implement dynamic tiling, while deepzoom_tile.py implements static tiling. If you want a faster and higher-quality implementation of deepzoom_tile.py, you can `port install vips` and use `vips dzsave`, but then you'll need to supply your own HTML and JavaScript code to load and configure OpenSeadragon. --Benjamin Gilbert _______________________________________________ openslide-users mailing list <a href="mailto:openslide-users@lists.andrew.cmu.edu">openslide-users@lists.andrew.cmu.edu</a> <a href="https://lists.andrew.cmu.edu/mailman/listinfo/openslide-users">https://lists.andrew.cmu.edu/mailman/listinfo/openslide-users</a></blockquote>
<pre>_______________________________________________
openslide-users mailing list
<a href="mailto:openslide-users@lists.andrew.cmu.edu">openslide-users@lists.andrew.cmu.edu</a>
<a href="https://lists.andrew.cmu.edu/mailman/listinfo/openslide-users">https://lists.andrew.cmu.edu/mailman/listinfo/openslide-users</a>
</pre>
</blockquote>
<p> </p>
<div>
<pre>-- 
David de Mena García
Anatomía Patológica
H.U. de Jerez</pre>
</div>
</body></html>