I've a collection of around 6,000 images I need to clip (yes, for haar classifier training) and I obviously don't want to do this in one go. I've started imageclipper (on Linux) and done a few files and then needed a break: however, I can't easily find where I was (as imageclipper doesn't "pre-sort" the files).
Could you add an option to skip "pre-clipped" files (i.e. if the output filename -0 ignoring the %x/%y/%w/%h etc settings already exist), add a "checkpoint" option (recording which files have already been seen) or an option to delete the original files as you progress through them (maybe a warning in this case).
Thanks for an otherwise excellent tool.