call_plugin
-
skimage.io.call_plugin(kind, *args, **kwargs)
[source] -
Find the appropriate plugin of ‘kind’ and execute it.
Parameters: kind : {‘imshow’, ‘imsave’, ‘imread’, ‘imread_collection’}
Function to look up.
plugin : str, optional
Plugin to load. Defaults to None, in which case the first matching plugin is used.
*args, **kwargs : arguments and keyword arguments
Passed to the plugin function.
Please login to continue.