HEICON allows at its core, to convert HEIC images to .JPG
ones.
Currently it's possible to convert them to .PNG
and .JPG
Python3.6+
pip install -r requirements.txt
python heic_to_jpg.py --path <path_of_file_or_folder>
To see the list of available commands, do:
python heic_to_jpg.py --help
To Debug or test the app, a sample image is provided in debug_resources
To run a debug, make sure the PATH(S) provided or if none is provided, the folder where the program is being executed contains the debug_resources/sample1.heic
file
To Debug, simply enter
python heic_to_jpg.py --debug
-
Add multi-processing - Make an executable app on either Linux or Windows
- Add a GUI