Skip to content

Instantly share code, notes, and snippets.

@fuatbeser
Created March 29, 2023 12:34
Show Gist options
  • Save fuatbeser/e890ddaa06f14b43a7f67dd9d1330898 to your computer and use it in GitHub Desktop.
Save fuatbeser/e890ddaa06f14b43a7f67dd9d1330898 to your computer and use it in GitHub Desktop.
for f in *.HEIC
do sips -s format jpeg "${f}" -Z 1000 --out "${f%.*}.jpeg"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment