From b5140831be0a8d13f4eec2b01116ec4a519d7f63 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Mon, 22 Jun 2015 11:28:11 +0100 Subject: [PATCH] nb-img-compress --- etc/bashrc.function | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/bashrc.function b/etc/bashrc.function index 157775c2..9e81f453 100644 --- a/etc/bashrc.function +++ b/etc/bashrc.function @@ -318,5 +318,7 @@ nb-img-compress() { } nb-img-compress-gray() { + # See: http://www.imagemagick.org/script/command-line-options.php#colorspace + # See: convert -list colorspace nb-images-compress -colorspace Gray $@ } -- 2.47.3