More accurate docstring for imread.

This commit is contained in:
Stefan van der Walt
2010-06-09 00:51:55 -06:00
parent 3c14b965d6
commit 7c1c951972
+1 -3
View File
@@ -47,9 +47,7 @@ def imread(fname, as_grey=False, dtype=None, plugin=None, flatten=None,
NumPy data-type specifier. If given, the returned image has this type.
If None (default), the data-type is determined automatically.
plugin : str
Name of plugin to use. By default, the different plugins are
tried (starting with the Python Imaging Library) until a suitable
candidate is found.
Name of plugin to use (Python Imaging Library by default).
Other Parameters
----------------