You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ah, yeah, that's a new development.
We can use pillow directly, or use the matplotlib function and assume a jpeg is always RGB.
I think using pillow would actually work better here, as a pointer to another useful library.
Changing to
matplotlib.pyplot.imread
is not 1:1, it doesn't havemode
.The text was updated successfully, but these errors were encountered: