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 (805B)


      1 croptool - mass image cropping tool
      2 selectool - image selection tool
      3 
      4 REQUIREMENTS: xlib, imlib2
      5 OPTIONAL: xext (for double-buffering extension)
      6 
      7 croptool is a simple tool to select cropping rectangles
      8 on images and print out a command to crop each image.
      9 
     10 selectool is a simple tool to select images and output
     11 a command for each selected image. It is mainly meant
     12 to help quickly delete unimportant images that have been
     13 inadvertently recovered using programs like photorec or
     14 foremost while keeping the important images.
     15 
     16 See Makefile for compile-time options.
     17 
     18 See croptool.1, croptool_crop.1, and selectool.1 for usage information.
     19 
     20 Note: I know the names aren't very creative and might
     21 cause issues if this ever makes its way into any package
     22 repositories. Let me know if you have any better ideas.