Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
iamfoggy committed Jan 4, 2020
1 parent 2bd80a0 commit 17c0b94
Showing 1 changed file with 28 additions and 5 deletions.
33 changes: 28 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
# image2webp
抓取页面中的图片并将其转换成为webp格式。
此工具只能以命令行运行。
windows下可以直接运行cmd.bat
转换后的图片在webp目录下
请注意:Linux下一定要给webp目录可写入权限。

** Grab the images in the page and convert them to webp format.**

**support**
1. jpg -> webp
2. jpeg -> webp
3. gif -> webp
4. png -> webp

- 此工具只能以命令行运行。
- windows下可以直接运行cmd.bat
- 转换后的图片在webp目录下
- 请注意:Linux下一定要给webp目录可写入权限。

------------

**抓取页面中的图片并将其转换成为webp格式。**

**支持以下转换**
1. jpg -> webp
2. jpeg -> webp
3. gif -> webp
4. png -> webp

- **此工具只能以命令行运行。**
- **windows下可以直接运行cmd.bat**
- **转换后的图片在webp目录下**
- **请注意:Linux下一定要给webp目录可写入权限。**

0 comments on commit 17c0b94

Please sign in to comment.