Skip to content

Instantly share code, notes, and snippets.

@podlom
Created November 18, 2025 16:44
Show Gist options
  • Select an option

  • Save podlom/f6800e2a9f2daca85ab7a45de4fd8833 to your computer and use it in GitHub Desktop.

Select an option

Save podlom/f6800e2a9f2daca85ab7a45de4fd8833 to your computer and use it in GitHub Desktop.
setopt NULL_GLOB
for f in *.png *.PNG; do
cwebp -lossless "$f" -o "${f%.*}.webp"
done
unsetopt NULL_GLOB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment