mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-11 12:43:04 +08:00
Added the beginning of the gtk imshow plugin. And added the generic window manager.
This commit is contained in:
@@ -8,7 +8,8 @@ import warnings
|
||||
|
||||
plugin_store = {'read': [],
|
||||
'save': [],
|
||||
'show': []}
|
||||
'show': [],
|
||||
'appshow': []}
|
||||
|
||||
def register(name, **kwds):
|
||||
"""Register an image I/O plugin.
|
||||
|
||||
Reference in New Issue
Block a user