Commit Graph

23 Commits

Author SHA1 Message Date
Geoffrey French a90096555b Docstring and comment improvements and fixes in plot_windowed_histogram.
Readability improvement to skimage/io/__init__.py
2014-09-01 22:59:59 +01:00
Geoffrey French f87db0a1ec Fixes a bug in _update_doc in skimage/io/__init__.py that will attempt to compute max of empty list if no plugins are found. 2014-08-31 15:12:01 +01:00
Johannes Schönberger 726ba6d101 Temporarily remove video plugin
The video plugin is broken in its current state. It might come back at a later
time, when the Python bindings to gstreamer are up-to-date again.
2014-03-27 09:06:58 -04:00
Tony S Yu 99aa5a8238 Move io._plugins.plugin to io.manage_plugins 2013-12-05 23:19:47 -06:00
Tony S Yu 77ff0615d9 Fix wrapping of plugin descriptions 2013-12-05 23:19:45 -06:00
Tony S Yu 1d39961757 Minor rename 2013-12-05 23:19:45 -06:00
Tony S Yu a23e31b553 Factor out table formatting code. 2013-12-05 23:19:45 -06:00
Tony S Yu f8ea426608 Refactor io doc building code 2013-12-05 23:19:44 -06:00
Tony S Yu 552f24be8e Remove unnecessary initialization 2013-12-05 23:19:44 -06:00
Tony S Yu 79587eaf48 Remove debugging statement 2013-12-05 23:19:44 -06:00
Tony S Yu 312151b481 Move __init__ functions to submodules.
And rename functions so we don't have to alias imports.
2013-12-05 23:19:44 -06:00
Tony S Yu b8c30bad46 Move image stack to its own module 2013-12-05 23:19:43 -06:00
Matt McCormick 89f0151a7a BUG: Fix testing failures when FreeImage not installed.
FreeImage throws an OSError, which must be caught when attempting
to load the IO plugins for tests to pass without FreeImage installed.
2012-07-20 15:05:45 -04:00
Stefan van der Walt 0a30a2046e ENH: Allow resetting the plugin state. 2012-06-24 17:14:38 -07:00
Stefan van der Walt 7c19250810 BUG: Use PIL as the default image loader. 2012-06-24 17:00:36 -07:00
Tony S Yu 2ec05f3271 Refactor how PIL is set as default for imread. 2012-06-24 19:38:01 -04:00
Tony S Yu b038677e70 Fix: check all io functions when loading of default plugins.
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).
2012-05-31 00:27:15 -04:00
Stefan van der Walt 57bf9d1c67 ENH: Add freeimage as fallback io plugin, to allow buildbot to read test images. 2012-03-03 14:25:05 -08:00
Stefan van der Walt bf5f9f0fc7 BUG: Use PIL as default imread plugin, since MPL imread is still somewhat broken. 2012-02-19 21:24:10 -08:00
Stefan van der Walt 58fb3827d3 Use matplotlib as the default display/read plugin. 2012-02-10 14:11:26 -08:00
Stefan van der Walt 468b63886b BUG: Fix selective plugin loading. Provide function to inspect current plugin configuration. 2011-12-05 16:28:27 -08:00
Stefan van der Walt 09021dbd83 PKG: Move io to _io (closes #39). 2011-10-27 16:08:21 -07:00
Nelle Varoquaux 114cf44c77 Renamed scikits.image to skimage 2011-10-18 21:12:27 +02:00