Skip to content

Instantly share code, notes, and snippets.

@arpol
Created August 20, 2023 07:20
Show Gist options
  • Save arpol/0dda8405476671f0cb1213356a8314ef to your computer and use it in GitHub Desktop.
Save arpol/0dda8405476671f0cb1213356a8314ef to your computer and use it in GitHub Desktop.
heic to jpg
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