songjaeheon / heic2jpg

Transform heic images to jpg formatted files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Transform heic images to jpg formatted files.

License:Apache License 2.0


Languages

Language:Python 100.0%