8000 GitHub - Odus007/PyHEIC2JPG: Effortlessly convert HEIC images to JPG format
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Effortlessly convert HEIC images to JPG format

Notifications You must be signed in to change notification settings

Odus007/PyHEIC2JPG

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

HEIC to JPG Converter

This Python script converts HEIC (High-Efficiency Image Format) files to JPG format while preserving the image quality. It utilizes the Pillow library along with the pyheif library for handling HEIC files.

What This Code Does ?

This code allows you to convert multiple HEIC files to JPG format with ease. It automatically creates a directory to store the converted JPG files and maintains the original image quality during the conversion process. The script uses the pyheif library to read HEIC files and the Pillow library to save the images as JPG files.

Usage

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

Features

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

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

About

Effortlessly convert HEIC images to JPG format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0