/PyWEBP2JPG

Effortlessly convert WEBP images to JPG format

Primary LanguagePython

WEBP to JPG Converter

This Python script allows you to convert WebP image files to JPG format using the Pillow library.

What This Code Does ?

This code provides a convenient solution to convert multiple WebP files to the JPG format effortlessly. It ensures that the original image quality is maintained during the conversion process.

Usage

  1. Install the required dependencies: pip install pillow pyheif
  2. Clone or download this repository.
  3. Provide the directory path containing the WEBP files in the script.
  4. Run the script to convert WEBP files to JPG format.

Features

  • Converts multiple WEBP files to JPG format.
  • Preserves the original image quality.
  • Supports batch conversion.
  • Easy to use and configure.

Feel free to customize the script to suit your specific requirements.