Skip to content

压缩报错 #20

@309791679

Description

@309791679

CompressObject compressObject = CompressObject(
imageFile: File('/storage/emulated/0/fluttera/349.jpg'),
path: '/storage/emulated/0/fluttera/15882605447.jpg',
quality: 80,
step: 9,
mode: CompressMode.AUTO
);
var path =await (Luban.compressImage(compressObject));

[ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: Exception: FileSystemException: Cannot open file, path = '/storage/emulated/0/fluttera/15882605447.jpg/img_1588261036457.jpg' (OS Error: No such file or directory, errno = 2)

用的最新版的flutter 和Dart ,图片是本地已经存在的,不知道为什么会提示找不到 报错

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions