Can crop the image with Dart?
Closed this issue · 5 comments
koudle commented
Does Dart have ways to process images?
hnvn commented
Crop in code or present an UI to let user crop an image?
koudle commented
You use the native code to crop the image,I mean can you use the Dart code to crop the image? I didn't find ways to crop the image with the Dart code.
hnvn commented
Try using BoxDecoration with a DecorationImage. This plugin aims to provide an interface to let users manipulate with images on purposes of cropping and rotating. Of course, we can accomplish those features in pure Dart but I don't think it can give better performance than native codes do.
jlcool commented
是啊,能用dart最好了,这个插件两个平台不一致就算了,貌似可以定制的功能也没有,贼不好用啊
hnvn commented
English, please