From: Nicolas Boisselier Date: Sun, 20 Dec 2015 21:42:55 +0000 (+0000) Subject: img2png X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=66b1e43bc92d8d2bf54a3e1e606f9df18b041503;p=nb.git img2png --- diff --git a/etc/profile.d/functions b/etc/profile.d/functions index 051d9b22..bf70c010 100644 --- a/etc/profile.d/functions +++ b/etc/profile.d/functions @@ -287,7 +287,7 @@ ls_img_black() { } img2pdf() { - convert -compress zip -colors 256 -colorspace GRAY $@ + convert -compress zip -colors 256 -colorspace GRAY -resize 1020x1320 -density 120x120 -units PixelsPerInch $@ } jpg2avi() {