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

README (322B)


      1 croptool - mass image cropping tool
      2 
      3 REQUIREMENTS: xlib, imlib2
      4 OPTIONAL: xext (for double-buffering extension)
      5 
      6 croptool is a simple tool to select cropping rectangles
      7 on images and print out a command to crop each image.
      8 
      9 See Makefile for compile-time options.
     10 
     11 See croptool.1 and croptool_crop.1 for usage information.