Skip to content

Instantly share code, notes, and snippets.

@coskuntekin
Created April 20, 2023 10:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coskuntekin/2d48026f908ea605a34ce51803206a0d to your computer and use it in GitHub Desktop.
Save coskuntekin/2d48026f908ea605a34ce51803206a0d to your computer and use it in GitHub Desktop.
Convert to avif whole files in the folder
for file in *; do
magick convert "$file" "${file%.*}.avif"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment