You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returns the representation of the whole slide image at a given micro-per-pixel (mpp) resolution.
1309
1309
The optional tolerance parameters are considered at the level whose mpp value is closest to the one provided by the user.
1310
-
If the user-provided mpp is larger than the mpp of the closest level the image is downscaled to a resolution that matches the user-provided mpp.
1311
-
Otherwise, if the closest level's resolution is not sufficient to meet the user's requested resolution, the next lower level (which has a higher resolution) is chosen.
1310
+
If the user-provided mpp is larger than the mpp of the closest level,
1311
+
the image is downscaled to a resolution that matches the user-provided mpp.
1312
+
Otherwise, if the closest level's resolution is not sufficient to meet the user's requested resolution,
1313
+
the next lower level (which has a higher resolution) is chosen.
1312
1314
The image from this level is then down-scaled to achieve a resolution at the user-provided mpp value.
0 commit comments