Commit Graph

41 Commits

Author SHA1 Message Date
Stefan van der Walt 8d74f9cc5f BUG: Import PIL.Image correctly. Skip tests if not available. 2011-04-11 08:53:26 +02:00
Stefan van der Walt 082ff69549 BUG: More Python3 fixes by Christoph Gohlke. 2011-03-14 17:06:22 +02:00
Stefan van der Walt 4760fc3dd4 BUG: Python 3 compatibility fixes by Christoph Gohlke. 2011-03-14 00:27:11 +02:00
Stefan van der Walt e45b6e0129 BUG: Fix building under Python 3. 2011-03-13 17:13:02 +02:00
Stefan van der Walt 082798d5f8 DOC: Add explanation to test plugin. 2010-11-09 10:31:42 +02:00
Stefan van der Walt 23a4d3d914 BUG: PIL tests should set plugin at setup. 2010-11-07 01:29:10 +02:00
Stefan van der Walt 0bf6895a49 Merge branch 'james_turner-fits_plugin' 2010-11-07 01:02:46 +02:00
Stefan van der Walt fa42d5f23c Merge branch 'imagecollection' 2010-11-07 00:51:21 +02:00
Stefan van der Walt 7de454178b ENH: Add rgb2grey. 2010-11-05 14:59:54 +02:00
James Turner ff55f6f06b JT: fix an import when pyfits is missing 2010-07-03 17:48:11 -04:00
James Turner 09268cc062 JT: more minor comments from Stefan 2010-07-03 17:44:35 -04:00
James Turner 28f5b9faf7 JT: added PyFITS plugin, tests and data 2010-07-03 16:30:48 -04:00
Stefan van der Walt dd5f0020ae ENH: Add imread_collection to plugin framework. 2010-07-02 19:41:12 -05:00
Stefan van der Walt b8cb9ff9c8 ENH: Refactor ImageCollection to allow more general file loading schemes. 2010-07-02 17:51:50 -05:00
Stefan van der Walt d8709bd0c0 io: Add imsave using PIL. 2009-11-08 23:49:51 +02:00
sccolbert a3737fa34c Added tests for colormixer and histograms. Moved tests up a directory level because
nosetests doesnt see tests in a directory beginning with an _ (_plugins/).
Moved fancy imshow to its own module scivi.py
2009-11-08 02:40:12 +01:00
Stefan van der Walt a99339f9d6 Add basic tests for _histograms. 2009-11-07 18:13:02 +02:00
Stefan van der Walt 0cc86e62c5 Merge branch 'io' of git://github.com/sccolbert/scikits.image into io
Conflicts:
	scikits/image/io/_plugins/qt_plugin.py
2009-11-07 17:52:21 +02:00
Stefan van der Walt c10f3a886c Add image stack. 2009-11-07 17:41:29 +02:00
Stefan van der Walt 9ab169a25d io: Add tests for colormixer. 2009-11-04 07:47:07 +02:00
Stefan van der Walt eec6a77ebb io: Combine use_plugin and load_plugin. 2009-11-03 10:20:59 +02:00
Stefan van der Walt 447397dfa3 Describe plugins using .ini files, so that we don't need to import them to know their capabilities. 2009-11-03 00:09:31 +02:00
Stefan van der Walt bcea97c5d6 Add tests for window manager. 2009-11-02 21:57:31 +02:00
Stefan van der Walt c0ad658822 Add tests for prepare_for_display. 2009-11-02 21:41:52 +02:00
Stefan van der Walt 27a516c0de Second part of I/O infrastructure reorganisation. 2009-11-02 01:49:47 +02:00
Stefan van der Walt 3f9678caf7 Merge plugin branch. 2009-11-01 17:55:45 +02:00
Stefan van der Walt 940f318b31 Remove plugin functionality from io.py. Implement setting default plugins and querying the plugins available. 2009-11-01 12:38:36 +02:00
Stefan van der Walt cdb1a1560f Restore plugin registry after testing. 2009-11-01 11:56:21 +02:00
Stefan van der Walt a7b17bb21b Add tests for IO plugins. 2009-11-01 11:46:12 +02:00
Ralf Gommers a6ad7415d7 Minor changes to Tony Yu's palette_is_grayscale. 2009-10-31 18:37:04 +01:00
Tony 56833384e1 Add test for palette_is_grayscale 2009-10-31 11:59:20 -04:00
Tony 8077c2b206 Fix imread so palette images are converted to grayscale or RGB images 2009-10-31 11:55:46 -04:00
Ralf Gommers 060916cd42 Bug fix for imread so images that are already grey-scale do not get flattened. 2009-10-21 16:39:48 +02:00
Ralf Gommers 44679c7aae Added dtype keyword to imread plus a test for that. 2009-10-12 15:36:02 +02:00
Ralf Gommers b25ae266a5 Rename collection test file and fix it. 2009-10-12 15:35:54 +02:00
Stefan van der Walt bcdb7d97ae Rename collection test file. 2009-10-12 15:19:51 +02:00
Stefan van der Walt 33afe601aa Move test data to global data dir and fix test. 2009-10-12 08:51:18 +02:00
Ralf Gommers b19c0368fe Fixes to MultiImage, added tests for it, plus a test TIF image. 2009-10-12 02:02:53 +02:00
Ralf Gommers cb191a2a40 Make as_grey settable, and provide reload function. 2009-10-12 00:34:25 +02:00
Ralf Gommers 79e0b6c1b6 Cleaned up ImageCollection and added tests for it. 2009-10-11 13:57:07 +02:00
Stefan van der Walt 38cb30a086 Add SURF and SIFT feature file reader. 2009-10-04 00:01:04 +02:00