croptool

Image cropping tool
git clone git://lumidify.org/croptool.git
Log | Files | Refs | README | LICENSE

commit 271f6a187472506ddf73f686f4cdeb927c5292e8
parent 65b55cbf01f250c4e34040c29c3baeefc8a2b2ca
Author: lumidify <nobody@lumidify.org>
Date:   Sat,  2 Jan 2021 09:33:34 +0100

Various fixes to the man pages

Diffstat:
Mcroptool.1 | 7++++---
Mcroptool_crop.1 | 2+-
2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/croptool.1 b/croptool.1 @@ -45,8 +45,8 @@ Set the primary color for the cropping rectangle. Default: #000000. Set the secondary color for the cropping rectangle. Default: #FFFFFF. .Sh OUTPUT FORMAT The cropping commands for each image are output using the format given by -.Fl f -, or the default of +.Fl f , +or the default of .Ql mogrify -crop %wx%h+%l+%t '%f' . The following substitutions are performed: .Bl -tag -width Ds @@ -97,7 +97,8 @@ existing cropping rectangle, start a new cropping rectangle. .Sh EXIT STATUS .Ex -std .Sh SEE ALSO -.Xr mogrify 1 +.Xr mogrify 1 , +.Xr croptool_crop 1 .Sh BUGS The filenames are printed out without any escaping, so filenames with quotes may cause issues depending on the output format. diff --git a/croptool_crop.1 b/croptool_crop.1 @@ -26,7 +26,7 @@ This is primarily meant as a companion to .Sh EXIT STATUS .Ex -std .Sh SEE ALSO -.Xr mogrify 1 +.Xr mogrify 1 , .Xr croptool 1 .Sh BUGS At least some versions of Imlib2 seem to have issues with saving gif files.