-
-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
Currently, the docstring for dask_image.imread.imread provides no information about supported image file formats. This means it can take a bit of trial and error to determine if a particular file format can be read.
Would it be possible to update the docstring to:
- mention
pimsand potentially link to their documentation about built-in readers. I believepimsis what is used underneathdask_image.imread.imread? - possibly link to
dask.array.image.imreadas an alternative option? It isn't immediately clear that there are two separate functions for loading images intodask.
I'd be happy to make a PR with these changes, if you think they would be useful additions.
Metadata
Metadata
Assignees
Labels
No labels