File tree Expand file tree Collapse file tree 11 files changed +222
-51
lines changed Expand file tree Collapse file tree 11 files changed +222
-51
lines changed Original file line number Diff line number Diff line change
1
+ <div align =" center " >
2
+ <img src =" ./img/logo.png " width = " 200 " height = " 200 " align =center />
3
+ </div >
4
+
5
+ <div align =" center " >
6
+ 一款高效、好用的图片处理工具
7
+ </div >
8
+
9
+ <br >
10
+
11
+ ## 介绍
12
+ * 拯救设计师找寻工具的苦恼
13
+ * 更好实现本地化输出
14
+ *
15
+
16
+ ## 功能特性
17
+
18
+ ✅ 一键将SVGA/序列帧合成WebP/APNG/GIF
19
+ ✅ 动画实时预览
20
+ ✅ 更好用的SVGA播放器
21
+ ✅ SVGA素材下载与imageKey拷贝
22
+ ✅ 高效多模式的图片压缩
23
+ ✅ 照片EXIF信息查看
24
+
25
+ ## 快速使用
26
+
27
+ 下载相应版本
28
+
29
+ * [ Mac] ( )
30
+ * [ Windows] ( )
31
+
32
+ 使用转换功能
33
+ * 输入为SVGA/序列帧
34
+ * 输出为WebP/APNG/GIF
35
+ * 输出尺寸修改
36
+ * 效果预览 & 单帧资源下载
37
+ * 序列帧修改时长&帧率
38
+ * 压缩率修改
39
+ * 自定义输出路径
40
+
41
+ <img src =" ./img/convert.png " width = " 200 " height = " 140 " align =center />
42
+
43
+ 使用压缩功能
44
+ * 可压缩JPG/PNG/GIF/WEBP文件
45
+ * 使用在线TinyPNG压缩
46
+ * 输出尺寸修改
47
+ * 压缩率修改
48
+
49
+ <img src =" ./img/compress.png " width = " 200 " height = " 140 " align =center />
50
+
51
+ 使用EXIF功能
52
+ * 输入为JPG/PNG
53
+ * 查看照片所有信息
54
+
55
+ <img src =" ./img/exif.png " width = " 200 " height = " 140 " align =center />
Original file line number Diff line number Diff line change 1
- theme : jekyll-theme-cayman
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 ">
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
+ < title > Cherry 一款高效、好用的图片处理工具</ title >
7
+ < link rel ="shortcut icon " href ="./img/Cherry.ico ">
8
+ < link rel ="stylesheet " href ="./style/index.css ">
9
+ < link rel ="stylesheet " href ="//at.alicdn.com/t/font_2211652_o12bxhh4v2p.css ">
10
+ </ head >
11
+ < body >
12
+ < div class ="main ">
13
+ < h1 class ="logo " title ="Cherry "> </ h1 >
14
+ < div class ="br "> </ div >
15
+ < h2 class ="title "> 一款高效、好用的图片处理工具</ h2 >
16
+ < div class ="content ">
17
+ < div > < i class ="content-icon iconfont icon-tick "> </ i > < span > 一键将SVGA/序列帧合成WebP/APNG/GIF</ span > </ div >
18
+ < div > < i class ="content-icon iconfont icon-tick "> </ i > < span > 动画实时预览</ span > </ div >
19
+ < div > < i class ="content-icon iconfont icon-tick "> </ i > < span > 更好用的SVGA播放器</ span > </ div >
20
+ < div > < i class ="content-icon iconfont icon-tick "> </ i > < span > SVGA素材下载与imageKey拷贝</ span > </ div >
21
+ < div > < i class ="content-icon iconfont icon-tick "> </ i > < span > 高效多模式的图片压缩</ span > </ div >
22
+ < div > < i class ="content-icon iconfont icon-tick "> </ i > < span > 照片EXIF信息查看</ span > </ div >
23
+ </ div >
24
+ < div class ="buttons ">
25
+ < a href ="# " class ="mac "> < i class ="buttons-icon iconfont icon-mac "> </ i > Mac下载</ a >
26
+ < a href ="# " class ="window "> < i class ="buttons-icon iconfont icon-Windows "> </ i > Windows下载</ a >
27
+ < a href ="https://github.com/yyued/Cherry " class ="tip "> < i class ="buttons-icon iconfont icon-info "> </ i > 使用说明</ a >
28
+ </ div >
29
+ </ div >
30
+ < a class ="github " href ="https://github.com/yyued/Cherry ">
31
+ < i class ="github-icon iconfont icon-github "> </ i >
32
+ </ a >
33
+ </ body >
34
+ </ html >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments