0

How can I crop a dart:ui Image in Flutter.

I am aware of the copyCrop() function in the image package (https://pub.dev/packages/image), however that would then require converting Image types...

The following question: How do I Crop Images in Flutter? Requires the use of the image package, but I want to keep the image in ui image format...

What I am using this for requires high speeds, and using the image package to crop my image, would then require me to convert back and forth and back again to ui image.

Is there a way to crop an Image and keep it as a ui Image?

greenzebra
  • 412
  • 1
  • 5
  • 18

0 Answers0