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.