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
I'm using openslide-java to create thumbnail images of slides. It works correctly for most slides but if a slide contains a transparent section then that part is rendered as black. The get_thumbnail() method of the python API renders transparency as white (which is the behavior that I would like).
I'm using openslide-java to create thumbnail images of slides. It works correctly for most slides but if a slide contains a transparent section then that part is rendered as black. The
get_thumbnail()
method of the python API renders transparency as white (which is the behavior that I would like).I'm using the API like this:
I've attached an example image (tiled tiff with transparency).
input.zip
The text was updated successfully, but these errors were encountered: