-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
`final newCompressedPicpath = join((await getTemporaryDirectory()).path, '${DateTime.now().millisecondsSinceEpoch}.png');
CompressObject compressObject = CompressObject(
imageFile: File(picturePath),
path: newCompressedPicpath,
quality: 80,
step: 9,
mode: CompressMode.AUTO
);
var path =await (Luban.compressImage(compressObject));`
Metadata
Metadata
Assignees
Labels
No labels