Skip to content

[Doc]: replace usages of .imread with PIL.Image.open  #25914

Open
@story645

Description

@story645

Documentation Link

https://matplotlib.org/devdocs/api/image_api.html#matplotlib.image.imread

Problem

We flag the imread function with a note that it's not recommended, so we should follow our own guidance and replace usages of imread with PIL when possible.

Suggested improvement

Marking this as a good first issue since it's replacing the usage of imread in the code and examples with PIL.Image.open when possible.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions