Created
August 20, 2023 07:20
-
-
Save arpol/0dda8405476671f0cb1213356a8314ef to your computer and use it in GitHub Desktop.
heic to jpg
This file contains hidden or 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
for img in *.HEIC; do convert $img "${img%.HEIC}.jpg"; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment