A simple HEIC to JPEG/PNG converter using PyQt5 and Pillow.
- Convert HEIC images to JPEG or PNG format
- Simple and user-friendly GUI
- Supports batch conversion
- Option to overwrite or skip existing files
Download and Install:
- Download the latest version of HEIC Converter exe from git.
- https://github.com/loydi/HEIC-Converter/archive/refs/heads/main.zip
- Run the HEICConverter_WIN_setup.exe.
- Python 3.x
- PyQt5
- Pillow
- pillow-heif
-
Clone the repository:
git clone https://github.com/yourusername/HEIC_converter.git cd HEIC_converter -
Install the required packages:
pip install -r requirements.txt
-
Run the application:
python main.py
-
Use the GUI to select the folder containing HEIC files, choose the output format (JPEG or PNG), and start the conversion.
This project is licensed under the MIT License. See the LICENSE file for details.
