Skip to content

CampusPulse/heif-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heic conversion script

this script helps convert images from .HEIC format to .jpg for upload to CampusPulse Access

Usage:

pipenv run python3 ./heif.py <source image path> <destination image path>

Bulk Usage on a whole folder

for file in ../path/to/images/*.HEIC; do pipenv run python3 ./heif.py $file ${file/%.HEIC/.jpg}; done

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages