bundles / skimage 0.26.1rc0.dev0+git20260530.b607368ff / skimage / io / manage_plugins
module
skimage.io.manage_plugins
source: /dev/scikit-image/src/skimage/io/manage_plugins.py :0
Members
-
_clear_plugins -
_hide_plugin_deprecation_warnings -
_inject_imread_collection_if_needed -
_load -
_load_preferred_plugins -
_parse_config_file -
_scan_plugins -
_set_plugin -
call_plugin -
find_available_plugins -
plugin_info -
plugin_order -
reset_plugins -
use_plugin
Summary
Handle image reading, writing and plotting plugins.
Extended Summary
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
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, buta 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.
Additional content
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
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, buta 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.
Aliases
-
skimage.io.manage_plugins