From: Nicolas Boisselier Date: Sun, 20 Dec 2015 18:27:11 +0000 (+0000) Subject: img2png X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=c3f71b3ed28a5285d369faff935d4745f205be9f;p=nb.git img2png --- diff --git a/etc/profile.d/functions b/etc/profile.d/functions index 5a993f9f..051d9b22 100644 --- a/etc/profile.d/functions +++ b/etc/profile.d/functions @@ -286,6 +286,10 @@ ls_img_black() { return $ret } +img2pdf() { + convert -compress zip -colors 256 -colorspace GRAY $@ +} + jpg2avi() { shell_help_noarg "Usage: $FUNCNAME [-h] JPG_FILES AVI_FILE" "$@" && return