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
Even better if it did some boundary checking and did return an error. It's possible to try to crop an image outside the dimensions which just returns an 0x0 image.
Looking through the
Crop
function, it looks as though it never calls a method which would return an error.It'd be nice if the
Crop
method did not have a signature which suggests otherwise.The text was updated successfully, but these errors were encountered: