From 66b1e43bc92d8d2bf54a3e1e606f9df18b041503 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Sun, 20 Dec 2015 21:42:55 +0000 Subject: [PATCH] img2png --- etc/profile.d/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.47.3