-
-
Notifications
You must be signed in to change notification settings - Fork 62
Locate tiles on slide's thumbnail #179
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
Conversation
320c761
to
fe05ee5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just some minor comments
b6c3752
to
b00b48d
Compare
@nicolebussola @alessiamarcolini maybe you both can find a better name than |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
One thing that I would like to have is the possibility to customize the size of the image returned by locate_tiles
, let's say we want to include the figure in a scientific paper or in a slide deck, the thumbnail may be too small. So the easiest option would be to accept the scale factor as a parameter and then use the scaled image instead of the thumbnail
…test context manager
6ca7a6e
to
b7a9dfb
Compare
…e returned not in coordinates that, actually, were wrong 'for the decimal place'
this will be done in here : #181 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
2fef9d6
to
b2ea572
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR contains:
Annotate slide thumbnail with tiles location. This is a diagnosis method to check where the tiles are (or will be) extracted from the slide.

Remove UserWarning from pytest console and wrap it with pytest context managers
Various fix