This project converts and resizes JPEG and PNG images to WebP format.
-
Create a local virtual environment
py -m venv ./venv
-
Enable the Virtual Environment
On Windows:
.\venv\Scripts\activate
On macOS/Linux:
source venv/bin/activate -
Install the requirements
pip install -r requirements.txt
-
Place your input images in the
inputdirectory. -
Run the conversion script
python main.py
-
Find the converted images in the
outputdirectory.
This project is licensed under the MIT License. See the LICENSE file for details.