Created
June 23, 2022 17:33
-
-
Save anibalardid/ccc191f38e845274c7dac2ab4aeb3b43 to your computer and use it in GitHub Desktop.
Convert .heic to .jpg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://linuxnightly.com/convert-heif-images-to-jpg-or-png-on-linux/ | |
$ sudo apt install libheif-examples | |
$ find . -iname "*.heic" -exec heif-convert -q 100 {} {}.jpg \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment