Skip to content

Instantly share code, notes, and snippets.

@ubuntupunk
Created November 2, 2020 09:10
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 ubuntupunk/732542801209b594a93a58fa4a821376 to your computer and use it in GitHub Desktop.
Save ubuntupunk/732542801209b594a93a58fa4a821376 to your computer and use it in GitHub Desktop.
Created with Copy to Gist
find . -iname "*png" -print0 | xargs -r0 --max-procs=4 -n1 sh -c 'pngnq -s1 "$1" && advpng -z -4 -q "${1%.*}"-nq8.png' -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment