<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p>Hi Benjamin and Maxim:</p>
<p>There are also other factors like network speed and memory used. We have made some test about and there is no perfect combination off tile size and number of levels: Ad example, if you work with OpenSeaDragon and you have "small" tile size you have to make a lot call the image server to get the tiles what it's good if you have a quickly server and slow network bat very bad if you have the opposite. Or if you are processing an image counting cells and you have a small tile size you can process more thread in parallel because you will consume less memory in every one, but you will have a lot of border case (when your patron is in both tiles)... </p>
<p>So always is depend on your application, your workstation and your network speed. </p>
<p>Best </p>
<pre>-- 
David de Mena García
Anatomía Patológica
H.U. de Jerez</pre>
<p>El 27/09/16 a las 08:22:15, Benjamin Gilbert 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>On Sat, Sep 24, 2016 at 07:55:52AM +0200, Maxim Untesco via openslide-users wrote:</pre>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%">does a tile size in a .tif piramide influence the quality and the speed of virtual slide visualisation?</blockquote>
<pre>I'm sure it does to some extent, but I haven't benchmarked it.  I would
guess that a large tile has better throughput than a combination of several
smaller ones *when reading all of the pixels*.  The disadvantage of large
tiles is that if you only want a few pixels (perhaps because you only need
data from the edge of a tile) you have to decode and throw away a larger
number of pixels.

The *latency* of reading a large tile will be higher than for a small one. 
For viewers that render the image in pieces (e.g. OpenSeadragon) that might
affect the perceived rendering performance.

--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>
</pre>
</blockquote>
<p> </p>
<div>
<pre> </pre>
</div>
</body></html>