Previously heic-to-jpg, converting heic files using the internet is cumbersome and so i made this now intuitive way of converting .heic
files to multiple image formats.
- Download the
SnapShift.exe
file - Choose your Target Folder with the .heic images
- Choose your Destination Folder for the converted images
- Choose what image type you want your .heic file to be converted
- Convert and wait for it to be finished.
Contributions to this project are welcome! To contribute, please fork this repository, make your changes, and submit a pull request. Before submitting a pull request, please make sure that your changes are well-tested and adhere to the PEP 8 style guide.
To run this script, you will need to install the required libraries listed in the requirements.txt
file.
- Clone the repository
git clone https://github.com/louispawaon/snapshift.git
- Create a virtual environment
cd SnapShift python3 -m venv venv
- Install
requirements.txt
pip install -r requirements.txt
- Run the script
cd src python3 converter.py
If you encounter any issues while using this script, please report them by creating a new issue in the issue tracker. When reporting an issue, please include a detailed description of the problem, along with any relevant error messages and steps to reproduce the issue.