mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-11 01:24:25 +08:00
io: Add plugin descriptions.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
[gtk]
|
||||
description = Fast image display using the GTK library
|
||||
provides = imshow, _app_show
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
[matplotlib]
|
||||
provides = imshow
|
||||
description = Display or save images using Matplotlib
|
||||
provides = imshow, imsave
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
[pil]
|
||||
description = Image reading via the Python Imaging Library
|
||||
provides = imread
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
[qt]
|
||||
description = Fast image display using the Qt library
|
||||
provides = imshow, _app_show
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[test]
|
||||
description = Test plugin
|
||||
provides = imsave, imshow, imread
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user