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

TODO (659B)


      1 * Proper path handling (allow paths including "'", etc.)
      2   - Option 1: Implement command parsing inside croptool/selectool
      3     and call commands directly instead of printing them.
      4   - Option 2: Add option 'escape chars' for characters that
      5     must be escaped in the filename (kind of hacky).
      6 * Draw pixmap on exposure events instead of doing the
      7   expensive image resizing each time
      8 * Maybe add zooming support
      9 * Maybe optionally show rectangle coordinates on screen
     10 * Allow to copy/paste selection
     11 * Key for allowing/disallowing rectangle out of image bounds
     12 * Read selections from file - to modify again later
     13 * Better navigation - jump to beginning, etc.