foggy / image2webp
Grab all pictures in the url page and convert them to webp format, supporting gif, jpg, png, jpeg
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ~7.1.10
- jaeger/querylist: ^4.1
This package is auto-updated.
Last update: 2025-03-06 14:51:54 UTC
README
** Grab the images in the page and convert them to webp format.**
support:
- jpg -> webp
- jpeg -> webp
- gif -> webp
- png -> webp
- 此工具只能以命令行运行。
- windows下可以直接运行cmd.bat
- 转换后的图片在webp目录下
- 请注意:Linux下一定要给webp目录可写入权限。
抓取页面中的图片并将其转换成为webp格式。
支持以下转换:
- jpg -> webp
- jpeg -> webp
- gif -> webp
- png -> webp
- 此工具只能以命令行运行。
- windows下可以直接运行cmd.bat
- 转换后的图片在webp目录下
- 请注意:Linux下一定要给webp目录可写入权限。