Skip to content

ethernalabs/heic-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heic-converter

Built with rust, to build you need vcpkg and libheif and imagemagick installed.

This binary converts HEIC to png format with high quality and compressed it on jpg format. Both PNG and JPG images will be saved at output folder. The said folder will be generated by the binary if it didn't exist.

At the moment, it is only built with Windows Executable.

How To

.\heic-converter.exe <file-path>

# Converts image.heic file
# .\heic-converter.exe ".\data\image.heic"

# Converts the content of data directory
# .\heic-converter.exe ".\data"

Why not just use imagemagick and script on converting the images

Yes you can do that, but again I also added image compression for my own use.

About

This binary converts HEIC to png format with high quality and compressed it on jpg format.

Resources

License

Stars

Watchers

Forks

Languages