Skip to content

songjaeheon/heic2jpg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages