Skip to content

Instantly share code, notes, and snippets.

@AndreVallestero
Created November 5, 2022 03:37
Show Gist options
  • Save AndreVallestero/60e83ed2a82da716a70a8796ab9a5c62 to your computer and use it in GitHub Desktop.
Save AndreVallestero/60e83ed2a82da716a70a8796ab9a5c62 to your computer and use it in GitHub Desktop.
imagemagick recursive heic to jpg
FOR /R %%a IN (*.HEIC) DO magick "%%~a" -quality 80%% "%%~dpna.jpg"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment