diff --git a/README.md b/README.md index acd36bb..ea8aaf0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # Luban Imager / 鲁班压图 -Luban Imager 是一个基于 Flutter 的移动端图片压缩 App,目标是把优秀的 Luban 图片压缩能力包装成一个简单、直接、适合日常使用的小工具。 +Luban Imager 是一个基于 Flutter 的一键图片压缩 App,目标是把优秀的 Luban 图片压缩能力包装成一个简单、直接、适合日常使用的小工具:选择图片后自动压缩、预览结果,再保存或分享。 + +## 截图 + +鲁班压图截图 ## 致谢 @@ -10,7 +14,7 @@ Luban Imager 是一个基于 Flutter 的移动端图片压缩 App,目标是把 ## 主要功能 -- 智能压缩:选择图片后自动执行 Luban 风格压缩,不需要手动填写质量、尺寸等参数。 +- 一键压缩:选择图片后自动执行 Luban 风格压缩,不需要手动填写质量、尺寸等参数。 - 多入口导入:支持从 App 内选择图片,也支持从系统分享菜单接收图片。 - 压缩结果预览:展示原图、压缩图、前后对比三种视图,并显示尺寸、文件大小和节省比例。 - 安全回退:如果压缩结果比原图更大,会自动使用原图,避免负优化。 diff --git a/docs/images/luban-imager-screenshot.jpg b/docs/images/luban-imager-screenshot.jpg new file mode 100644 index 0000000..b354ee0 Binary files /dev/null and b/docs/images/luban-imager-screenshot.jpg differ diff --git a/pubspec.yaml b/pubspec.yaml index bc6cd56..58a208e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: luban_imager -description: "A Flutter image compression app powered by Luban-style smart compression." +description: "A one-tap Flutter image compression app powered by Luban-style smart compression." # The following line prevents the package from being accidentally published to # pub.dev using `flutter pub publish`. This is preferred for private packages. publish_to: 'none' # Remove this line if you wish to publish to pub.dev