]> Sergey Matveev's repositories - dotfiles.git/blob - img/bin/pngcrush.sh
06da4664e3a2b9f02d8a6821e53a5db7edb2cf1c
[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"