TODO (931B)
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 * Key for allowing/disallowing rectangle out of image bounds 11 * Read selections from file - to modify again later 12 * Better navigation - jump to beginning, etc. 13 * Some sort of 'multiselectool' that makes it easy to sort 14 images into different directories. 15 * Preserve EXIF data (and other metadata) in croptool_crop. 16 * Allow setting the JPEG compression level in croptool_crop 17 (there does not appear to be an option for this in Imlib2, 18 as far as I could tell).