-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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目录可写入权限。** |