Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Summary of Changes Remove the `Image.__array__` dunder method, which is used if an `Image` object is passed to the `numpy.array` function. Reasons: 1. Integration with specific third-party libraries is out-of-scope so far. 2. If we ever add this, a method `to_numpy_array` would be preferable, since it's more visible and clearer. `__array__` could mean anything.
- Loading branch information