Commit Graph
14 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 0fb8156760 BUG: Do not rely on PIL by default. 2011-03-15 01:16:03 +02:00
Stefan van der Walt 06f8f398bd API: Remove dtype parameter from imread and collections. Remove as_grey from collections. 2010-11-05 14:44:01 +02: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 816640e890 Merge branch 'compatibility2.5' of git://github.com/tonysyu/scikits.image 2009-11-12 23:27:29 +02:00
Stefan van der Walt f9cf7760a0 io: Fix doctests. 2009-11-12 22:34:39 +02:00
Tony 14975cb891 Rewrite as_grey property without enhanced property decorators to be python 2.5 compliant 2009-11-12 10:53:12 -05:00
Stefan van der Walt 3f9678caf7 Merge plugin branch. 2009-11-01 17:55:45 +02:00
Stefan van der Walt d9c206b625 Set plot directory prefix. 2009-10-14 07:08:13 +02:00
Ralf Gommers 7175d7c187 Add support for MPL plots in the docs.
Both inline plots and plots from script files work.

Some things to keep in mind:
- for including scripts from docstrings, use prefix  "../plots/",
  for including scripts in a rst file, use "plots/".
  This is due to the docs being generated from the source/api folder.
- inline plots are not (yet) aware of variables being defined earlier
  in the Examples section.
- we now use the numpydoc sphinx extensions, the original MPL ones can not
  be used because they have no support for the make file and conf.py not
  being in the same folder.

There is one minor thing that does not work yet. The source code link for
plots does not work because for some reason the script files are not
copied to the build dir.
2009-10-14 00:30:07 +02:00
Ralf Gommers 03bd107368 Add a few docstrings. 2009-10-13 15:13:30 +02:00
Ralf Gommers b7c1dc10a3 Move docs to correct place inside class. 2009-10-12 17:14:59 +02:00
Ralf Gommers 2697ee9506 Add dtype parameter to MultiImagei and ImageCollection. 2009-10-12 17:09:17 +02:00
Stefan van der Walt 96ab199b55 Rename collections module. 2009-10-12 08:56:24 +02:00