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