Skip to content

HoloNine/image-optimizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Optimizer

This project converts and resizes JPEG and PNG images to WebP format.

Setup

  1. Create a local virtual environment

    py -m venv ./venv
  2. Enable the Virtual Environment

    On Windows:

    .\venv\Scripts\activate

    On macOS/Linux:

    source venv/bin/activate
  3. Install the requirements

    pip install -r requirements.txt

Usage

  1. Place your input images in the input directory.

  2. Run the conversion script

    python main.py
  3. Find the converted images in the output directory.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages