/heic2jpg

Transform heic images to jpg formatted files.

Primary LanguagePythonApache License 2.0Apache-2.0

heic2jpg

Transform heic images to jpg formatted files.

Environment Setting

  • OS: Windows or Linux

  • need to install Python3

  • need to install pip

  • need to install Pillow library

Windows

python -m pip install --upgrade pip

python -m pip install --upgrade Pillow

Linux

python3 -m pip install --upgrade pip

python3 -m pip install --upgrade Pillow

  • need to install pyheif library

Windows

python -m pip install --upgrade pillow_heif

Linux

pip install --upgrade pip

pip install pyheif

How to Use

copy main.py to the folder that contains heic images.

run the main.py.