This is a Python program that allows you to view and convert HEIC files to JPEG and PNG formats.
- View HEIC files using a GUI interface
- Convert HEIC files to JPEG and PNG formats
- Batch convert multiple HEIC files to JPEG and PNG formats
- Save converted files to a specified directory
- Clone the repository to your local machine
- Install the required dependencies using pip:
pip install tkinter pillow-heif - Run the program using Python:
python main.py
- Open the program and select a HEIC file to view using the "Open HEIC" button
- Use the GUI interface to view the HEIC file
- Convert the HEIC file to JPEG or PNG format using the "Save as JPEG" or "Save as PNG" buttons
- Batch convert multiple HEIC files to JPEG and PNG formats using the "Batch Convert" button
