Skip to content

Instantly share code, notes, and snippets.

@ferrerojosh
Created June 3, 2025 17:50
Show Gist options
  • Save ferrerojosh/95689739d7fe7b38ce4e1d4467bc3dfa to your computer and use it in GitHub Desktop.
Save ferrerojosh/95689739d7fe7b38ce4e1d4467bc3dfa to your computer and use it in GitHub Desktop.
Cookbook

Convert *.jpg to *.webp with auto orientation

find . -name "*.jpg" | parallel -eta magick {} -auto-orient -quality 50 webp:{.}.webp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment