【问题标题】:how to compress image in a flutter web program如何在 Flutter Web 程序中压缩图像
【发布时间】:2021-03-21 06:29:42
【问题描述】:

我尝试在 Flutter Web 程序中上传图像,但它的大小太大。裁剪后,问题无法解决。图片的数据格式为Uint8List。

【问题讨论】:

    标签: image flutter web compression


    【解决方案1】:

    仅使用新插件名称:File_support 网址:https://pub.dev/packages/file_support

    这个文件支持插件在我第一次使用的时候很好。它大大减少了文件大小 2 mb 到 70 kb。

     File compressimage = await FileSupport().compressImage(<Your image file>);

    此代码将文件对象转换为 Uint8 然后上传文件。

    【讨论】:

      猜你喜欢
      • 2020-06-28
      • 2019-08-22
      • 1970-01-01
      • 2021-10-06
      • 2023-01-25
      • 1970-01-01
      • 2016-12-19
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多