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.