Openslide Python viewer for desktop applications.

Benjamin Gilbert bgilbert at cs.cmu.edu
Sat Feb 10 16:05:33 EST 2018


On Fri, Feb 09, 2018 at 09:11:22PM +0200, MrAr0s . wrote:
> Is there any way of viewing the images on a Python GUI using the already
> existing code, just like in Java?  And if not, do you have any guidelines
> to get me closer to doing so?

There isn't.  While Java has its own GUI toolkit, Python does not, so
OpenSlide Python doesn't have built-in support.  You could write a GUI in
Python, though, using Python bindings to a toolkit such as Gtk+, Qt, or
wxWidgets.

--Benjamin Gilbert


More information about the openslide-users mailing list