We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
不知道是不是我的代码有问题, 图片是 1920*1080的屏幕截图 Future getImage() async { await ImagePicker.pickImage(source: ImageSource.gallery).then((file) async { CompressObject compressObject = CompressObject( imageFile: file, //image path: file.parent.absolute.path, ); return Luban.compressImage(compressObject); }).then((_path) { setState(() { imgUrlList.clear(); imgUrlList.add(_path); }); }); }
Future getImage() async { await ImagePicker.pickImage(source: ImageSource.gallery).then((file) async { CompressObject compressObject = CompressObject( imageFile: file, //image path: file.parent.absolute.path, ); return Luban.compressImage(compressObject); }).then((_path) { setState(() { imgUrlList.clear(); imgUrlList.add(_path); }); }); }
The text was updated successfully, but these errors were encountered:
压缩慢的问题,只能等待底层image去解决
Sorry, something went wrong.
No branches or pull requests
不知道是不是我的代码有问题, 图片是 1920*1080的屏幕截图
Future getImage() async { await ImagePicker.pickImage(source: ImageSource.gallery).then((file) async { CompressObject compressObject = CompressObject( imageFile: file, //image path: file.parent.absolute.path, ); return Luban.compressImage(compressObject); }).then((_path) { setState(() { imgUrlList.clear(); imgUrlList.add(_path); }); }); }
The text was updated successfully, but these errors were encountered: