This is documentation for an old release of SciPy (version 0.10.1). Read this page in the documentation of the latest stable release (version 1.15.1).
Read an image file from a filename.
Parameters : | name : str
flatten : bool, optional
|
---|---|
Returns : | imread : ndarray
|
Notes
The image is flattened by calling convert(‘F’) on the resulting image object.