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.
.\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"
Yes you can do that, but again I also added image compression for my own use.