croptool

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

commit 77e45c6152c2ca844dcca02e27f9f26f44c4c980
parent 6f73a70c355ab3fcd0ab1d2a2568050e6ce7d06f
Author: lumidify <nobody@lumidify.org>
Date:   Sun,  3 Jan 2021 12:26:03 +0100

Fix man page style (from mandoc -Tlint)

Diffstat:
Mcroptool.1 | 13++++++++-----
Mcroptool_crop.1 | 8++++----
2 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/croptool.1 b/croptool.1 @@ -45,6 +45,7 @@ cropping rectangle to collide with it. Default: 10. Set the primary color for the cropping rectangle. Default: #000000. .It Fl s Ar color Set the secondary color for the cropping rectangle. Default: #FFFFFF. +.El .Sh OUTPUT FORMAT The cropping commands for each image are output using the format given by .Fl f , @@ -53,7 +54,7 @@ or the default of The following substitutions are performed: .Bl -tag -width Ds .It %% -Print +Print .Ql % . .It %w Print the width of the cropping rectangle. @@ -89,6 +90,7 @@ Delete the cropping rectangle of the current image. .It SPACE Redraw the window. This is useful when automatic resizing is disabled with .Fl m . +.El .Sh MOUSE ACTIONS .Bl -tag -width Ds .It LEFT-CLICK @@ -96,11 +98,14 @@ When inside an existing cropping rectangle, drag it around. When on one of the edges, resize the rectangle, locking it to the that dimension. When on one of the corners, resize the rectangle regardless of dimension. When outside an existing cropping rectangle, start a new cropping rectangle. +.El .Sh EXIT STATUS .Ex -std .Sh SEE ALSO -.Xr mogrify 1 , -.Xr croptool_crop 1 +.Xr croptool_crop 1 , +.Xr mogrify 1 +.Sh AUTHORS +.An lumidify Aq Mt nobody@lumidify.org .Sh BUGS The filenames are printed out without any escaping, so filenames with quotes may cause issues depending on the output format. @@ -114,5 +119,3 @@ too lazy to fix that and don't really care at the moment. Since the coordinates of the cropping rectangle are stored as integers, they will become skewed while resizing. If this becomes a real problem, though, you're probably doing something wrong anyways. -.Sh AUTHORS -.An lumidify Aq Mt nobody@lumidify.org diff --git a/croptool_crop.1 b/croptool_crop.1 @@ -26,9 +26,9 @@ This is primarily meant as a companion to .Sh EXIT STATUS .Ex -std .Sh SEE ALSO -.Xr mogrify 1 , -.Xr croptool 1 -.Sh BUGS -At least some versions of Imlib2 seem to have issues with saving gif files. +.Xr croptool 1 , +.Xr mogrify 1 .Sh AUTHORS .An lumidify Aq Mt nobody@lumidify.org +.Sh BUGS +At least some versions of Imlib2 seem to have issues with saving gif files.