From: Nicolas Boisselier Date: Mon, 22 Jun 2015 10:37:51 +0000 (+0100) Subject: nb-img-compress X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=2efb9fa6e5536cda07f1dec6092cd6922b00a991;p=nb.git nb-img-compress --- diff --git a/etc/bashrc.function b/etc/bashrc.function index 34b61659..5ce16231 100644 --- a/etc/bashrc.function +++ b/etc/bashrc.function @@ -314,7 +314,7 @@ nb-ips() { } nb-img-compress() { - convert -strip -interlace Plane -gaussian-blur 0.05 -quality 85% $@ + convert -strip -interlace Plane -gaussian-blur 0.05 -quality 85% $@ && rm "$1" } nb-img-compress-gray() {