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.
609
609
The optional tolerance parameters are considered at the level whose mpp value is closest to the one provided by the user.
610
-
If the user-provided mpp is larger than the mpp of the closest level—indicating that the closest level has a higher resolution than requested—the image is downscaled to a resolution that matches the user-provided mpp.
611
-
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.
610
+
If the user-provided mpp is larger than the mpp of the closest level,
611
+
the image is downscaled to a resolution that matches the user-provided mpp.
612
+
Otherwise, if the closest level's resolution is not sufficient to meet the user's requested resolution,
613
+
the next lower level (which has a higher resolution) is chosen.
612
614
The image from this level is then down-scaled to achieve a resolution at the user-provided mpp value.
Returns the representation of the whole slide image at a given micro-per-pixel (mpp) resolution.
767
769
The optional tolerance parameters are considered at the level whose mpp value is closest to the one provided by the user.
768
-
If the user-provided mpp is larger than the mpp of the closest level—indicating that the closest level has a higher resolution than requested—the image is downscaled to a resolution that matches the user-provided mpp.
769
-
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.
770
+
If the user-provided mpp is larger than the mpp of the closest level,
771
+
the image is downscaled to a resolution that matches the user-provided mpp.
772
+
Otherwise, if the closest level's resolution is not sufficient to meet the user's requested resolution,
773
+
the next lower level (which has a higher resolution) is chosen.
770
774
The image from this level is then down-scaled to achieve a resolution at the user-provided mpp value.
Returns the representation of the whole slide image at a given micro-per-pixel (mpp) resolution.
1052
1054
The optional tolerance parameters are considered at the level whose mpp value is closest to the one provided by the user.
1053
-
If the user-provided mpp is larger than the mpp of the closest level—indicating that the closest level has a higher resolution than requested—the image is downscaled to a resolution that matches the user-provided mpp.
1054
-
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.
1055
+
If the user-provided mpp is larger than the mpp of the closest level,
1056
+
the image is downscaled to a resolution that matches the user-provided mpp.
1057
+
Otherwise, if the closest level's resolution is not sufficient to meet the user's requested resolution,
1058
+
the next lower level (which has a higher resolution) is chosen.
1055
1059
The image from this level is then down-scaled to achieve a resolution at the user-provided mpp value.
Returns the representation of the whole slide image at a given micro-per-pixel (mpp) resolution.
1307
1311
The optional tolerance parameters are considered at the level whose mpp value is closest to the one provided by the user.
1308
-
If the user-provided mpp is larger than the mpp of the closest level—indicating that the closest level has a higher resolution than requested—the image is downscaled to a resolution that matches the user-provided mpp.
1312
+
If the user-provided mpp is larger than the mpp of the closest levelthe image is downscaled to a resolution that matches the user-provided mpp.
1309
1313
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
1314
The image from this level is then down-scaled to achieve a resolution at the user-provided mpp value.
0 commit comments