croptool

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

croptool_crop.1 (1013B)


      1 .Dd September 21, 2021
      2 .Dt CROPTOOL_CROP 1
      3 .Os
      4 .Sh NAME
      5 .Nm croptool_crop
      6 .Nd simple image cropping tool
      7 .Sh SYNOPSIS
      8 .Nm
      9 .Ar <width>x<height>+<x>+<y>
     10 .Ar <source filename>
     11 .Op Ar destination filename
     12 .Sh DESCRIPTION
     13 .Nm
     14 crops the given
     15 .Ar source filename
     16 to the dimensions specified, where
     17 .Ar width
     18 and
     19 .Ar height
     20 are the width and height of the cropping rectangle and
     21 .Ar x
     22 and
     23 .Ar y
     24 specify the top left corner of the cropping rectangle.
     25 If a
     26 .Ar destination filename
     27 is given, the cropped image is written to this file instead
     28 of modifying the source image in-place.
     29 This program is meant primarily as a companion to
     30 .Xr croptool 1 .
     31 .Sh EXIT STATUS
     32 .Ex -std
     33 .Sh SEE ALSO
     34 .Xr convert 1 ,
     35 .Xr croptool 1 ,
     36 .Xr mogrify 1
     37 .Sh AUTHORS
     38 .An lumidify Aq Mt nobody@lumidify.org
     39 .Sh CAVEATS
     40 The image format of the cropped image is determined by the format of the
     41 source image, even if the destination file has a different ending.
     42 .Sh BUGS
     43 At least some versions of Imlib2 seem to have issues with saving gif files.