This repository hosts a Python script for converting HEIC images to JPG format. It's particularly helpful for users who handle Apple's HEIC image files on platforms where HEIC support is limited, like Windows.
- Batch Conversion: Efficiently converts all HEIC files in a folder to JPG format.
- Quality Preservation: Ensures high-quality conversion with minimal loss.
- Simple Usage: Easy-to-use for both beginners and experienced users.
Before you start, make sure you have installed:
- Python 3.x
- ImageMagick (Ensure you install legacy utilities during setup)
- Clone the Repository
- Navigate to the Repository Directory
cd HEIC2jpg
- Install Dependencies
pip install Wand
- Place your HEIC files in the same directory as the script.
- Run the script:
python heic2jpg.py
- The converted JPG files will be located in a subfolder named jpgs.
Feel free to contribute! Contributions, issues, and feature requests are always welcome.
This project is distributed under the GPL License. See LICENSE for more details.