Releases: ajtazer/WebpUtil
Releases · ajtazer/WebpUtil
Webp Utility
WebpUtil
WebpUtil is a command-line tool that converts all .jpg, .jpeg, and .png images in a specified folder to the .webp format.
Installation
To use WebpUtil, you need to have cwebp
installed on your system. You can install it using the following instructions:
- Windows: Download the precompiled Windows binaries and add the location of the
cwebp.exe
file to your PATH environment variable. - Linux: Run the following command in your terminal:
sudo apt-get install webp
. - macOS: Run the following command in your terminal:
brew install webp
.
Usage
To use WebpUtil, simply run the following command in your terminal:
./run.sh <path_to_folder>
Replace <path_to_folder>
with the path to the folder containing the images you want to convert.
Once the conversion is complete, you will see a message indicating completion of the conversion process.
Creator
This script was created by TAZER.
Full Changelog: https://github.com/ajtazer/WebpUtil/commits/v1.0.0