-
Notifications
You must be signed in to change notification settings - Fork 43
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
limit bounds in openslide source #1470
Comments
It looks like this only ever set for Mirax and Leica SCN. We'd want to adjust the sizeX and sizeY parameters to the width and height in the tile source and add the appropriate x and y offsets. The drawback is that any existing sources that end up getting cropped will look different in Girder and annotations may not be lined up in the expected manner. |
Maybe you're right to consider the drawback, but wouldn't it make more sense to allow an option like this? |
@manthey hi, how to add x and y offsets, is there any examples in doc? |
@manthey i found some code in openslide.deepzoom to change tile background.
Is there a corresponding operation or document in large_image? |
Is this what you are looking for: |
thanks, finally i solve the problem use this style.
|
In the sources of openslide, is it considered to make full use of the four properties
to render the non-empty slide region?
some slides have a large sizeX and sizeY, e.g. (78786, 180026),but the actual non-empty area is very small,e.g. (62526, 61395), such as the following mirax's slide.
The text was updated successfully, but these errors were encountered: