croptool

Image cropping tool
git clone git://lumidify.org/croptool.git (fast, but not encrypted)
git clone https://lumidify.org/git/croptool.git (encrypted, but very slow)
git clone git://4kcetb7mo7hj6grozzybxtotsub5bempzo4lirzc3437amof2c2impyd.onion/croptool.git (over tor)
Log | Files | Refs | README | LICENSE

commit 2e8f06aa73620939676ad97560dd861f8fd105e0
parent e4345be7d4a5ccc12a1f5c2469509f67d6c7623e
Author: lumidify <nobody@lumidify.org>
Date:   Sun, 12 Jul 2026 19:04:59 +0200

Fix command for ImageMagick 7 in croptool(1) manpage

Diffstat:
Mcroptool.1 | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/croptool.1 b/croptool.1 @@ -204,7 +204,7 @@ For ImageMagick 7, and .Ql mogrify need to be replaced with -.Ql magick convert +.Ql magick and .Ql magick mogrify , respectively.