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
Uint8List is more universal as a type in dart. If I'm using an image elsewhere that I'd like to use with this package, I'm most likely using it as a File or Uint8List, not an imageLib.Image. As this package is currently written I would have to convert the image to apply a filter, then convert back if I want to use the result somewhere, which isn't clean.
The text was updated successfully, but these errors were encountered:
Uint8List
is more universal as a type in dart. If I'm using an image elsewhere that I'd like to use with this package, I'm most likely using it as aFile
orUint8List
, not animageLib.Image
. As this package is currently written I would have to convert the image to apply a filter, then convert back if I want to use the result somewhere, which isn't clean.The text was updated successfully, but these errors were encountered: