Pillow icon indicating copy to clipboard operation
Pillow copied to clipboard

Raise a warning if NumPy will not raise an error during conversion

Open radarhere opened this issue 3 years ago • 0 comments

Resolves #6588

For NumPy < 1.23, if an error is raised when converting an image to a NumPy array, #6394 allowed NumPy to catch that, preventing the user from seeing it.

This PR will instead raise the error message as a warning.

radarhere avatar Sep 17 '22 10:09 radarhere