Skip to content

nathanin/imageLoadGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageLoadGUI

Simple interface for opening, viewing and saving cropped subsections of Whole Slide digital pathology images using the openslide python API. Built around summer 2015, since I couldn't find a good way to view SVS files without the ScanScope software. Major workflow limitation. Bad.

Features

  • Pop-up menu image selection
  • Interface with the image pane by dragging a window to crop
  • Refine the crop rectangle by specifying (top, top): (size, size)
    • Image pane rectangle should update accordingly
  • Save the selected area to a new file in whatever formats suppored by PIL
  • Multiple ways to quick-exit - even where you might not expect ;)
  • Tested with Aperio's SVS file type, should work for others... but info might not be as expected

Screenshot

Some dependencies:

  • Python 2.7
  • numpy
  • python-imaging-tk
  • PIL
  • Tkinter

Planned improvements:

  • Mouse-wheel zooming
  • Zooming of any kind, really.

Contact

[email protected]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages