docs: update README screenshot
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
# Luban Imager / 鲁班压图
|
# Luban Imager / 鲁班压图
|
||||||
|
|
||||||
Luban Imager 是一个基于 Flutter 的移动端图片压缩 App,目标是把优秀的 Luban 图片压缩能力包装成一个简单、直接、适合日常使用的小工具。
|
Luban Imager 是一个基于 Flutter 的一键图片压缩 App,目标是把优秀的 Luban 图片压缩能力包装成一个简单、直接、适合日常使用的小工具:选择图片后自动压缩、预览结果,再保存或分享。
|
||||||
|
|
||||||
|
## 截图
|
||||||
|
|
||||||
|
<img src="docs/images/luban-imager-screenshot.jpg" alt="鲁班压图截图" width="720">
|
||||||
|
|
||||||
## 致谢
|
## 致谢
|
||||||
|
|
||||||
@@ -10,7 +14,7 @@ Luban Imager 是一个基于 Flutter 的移动端图片压缩 App,目标是把
|
|||||||
|
|
||||||
## 主要功能
|
## 主要功能
|
||||||
|
|
||||||
- 智能压缩:选择图片后自动执行 Luban 风格压缩,不需要手动填写质量、尺寸等参数。
|
- 一键压缩:选择图片后自动执行 Luban 风格压缩,不需要手动填写质量、尺寸等参数。
|
||||||
- 多入口导入:支持从 App 内选择图片,也支持从系统分享菜单接收图片。
|
- 多入口导入:支持从 App 内选择图片,也支持从系统分享菜单接收图片。
|
||||||
- 压缩结果预览:展示原图、压缩图、前后对比三种视图,并显示尺寸、文件大小和节省比例。
|
- 压缩结果预览:展示原图、压缩图、前后对比三种视图,并显示尺寸、文件大小和节省比例。
|
||||||
- 安全回退:如果压缩结果比原图更大,会自动使用原图,避免负优化。
|
- 安全回退:如果压缩结果比原图更大,会自动使用原图,避免负优化。
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 478 KiB |
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
name: luban_imager
|
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
|
# The following line prevents the package from being accidentally published to
|
||||||
# pub.dev using `flutter pub publish`. This is preferred for private packages.
|
# 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
|
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||||
|
|||||||
Reference in New Issue
Block a user