]> Sergey Matveev's repositories - dotfiles.git/blob - img/bin/pngcrush.sh
advpng with pngcrush
[dotfiles.git] / img / bin / pngcrush.sh
1 #!/bin/sh -ex
2
3 t=$(TMPDIR=. mktemp)
4 pngcrush -rem alla -rem allb -z 2 "$1" $t
5 advpng -z -4 $t
6 mv $t "$1"