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
getImageArrayFromDrawable correctly calls getImageArrayFromImageData if input drawable is of type ImageData.
From the documentation seems that getImageArray should correctly handle a source of type ImageData. The problem is that if you provide image of type ImageData a TypeError exception is thrown instead of calling getImageArrayFromDrawable.
The text was updated successfully, but these errors were encountered:
getImageArrayFromDrawable
correctly callsgetImageArrayFromImageData
if inputdrawable
is of typeImageData
.From the documentation seems that
getImageArray
should correctly handle a source of typeImageData
. The problem is that if you provideimage
of typeImageData
aTypeError
exception is thrown instead of callinggetImageArrayFromDrawable
.The text was updated successfully, but these errors were encountered: