mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-26 14:20:41 +08:00
Previously, the first available plugin was loaded and the plugin search quit---even if that plugin didn't provide all io functions. Loop over functions instead to ensure all io funcs have a plugin (if available).