skimage 0.17.2

To improve performance, plugins are only loaded as needed. As a result, there can be multiple states for a given plugin:

available: Defined in an *ini file located in skimage.io._plugins .

See also :None:None:`skimage.io.available_plugins`.

partial definition: Specified in an *ini file, but not defined in the

corresponding plugin module. This will raise an error when loaded.

available but not on this system: Defined in skimage.io._plugins , but

a dependent library (e.g. Qt, PIL) is not available on your system. This will raise an error when loaded.

loaded: The real availability is determined when it's explicitly loaded,

either because it's one of the default plugins, or because it's loaded explicitly by the user.

Handle image reading, writing and plotting plugins.

Handle image reading, writing and plotting plugins.

To improve performance, plugins are only loaded as needed. As a result, there can be multiple states for a given plugin:

available: Defined in an *ini file located in skimage.io._plugins .

See also :None:None:`skimage.io.available_plugins`.

partial definition: Specified in an *ini file, but not defined in the

corresponding plugin module. This will raise an error when loaded.

available but not on this system: Defined in skimage.io._plugins , but

a dependent library (e.g. Qt, PIL) is not available on your system. This will raise an error when loaded.

loaded: The real availability is determined when it's explicitly loaded,

either because it's one of the default plugins, or because it's loaded explicitly by the user.

Examples

See :

Local connectivity graph

Hover to see nodes names; edges to Self not shown, Caped at 50 nodes.

Using a canvas is more power efficient and can get hundred of nodes ; but does not allow hyperlinks; , arrows or text (beyond on hover)

SVG is more flexible but power hungry; and does not scale well to 50 + nodes.

All aboves nodes referred to, (or are referred from) current nodes; Edges from Self to other have been omitted (or all nodes would be connected to the central node "self" which is not useful). Nodes are colored by the library they belong to, and scaled with the number of references pointing them


File: /skimage/io/manage_plugins.py#0
type: <class 'module'>
Commit: