ImpulseAdventure / JPEGsnoop

JPEGsnoop: JPEG decoder and detailed analysis
http://www.impulseadventure.com/photo/jpeg-snoop.html
GNU General Public License v2.0
519 stars 86 forks source link

Batch operation cancel dialog #30

Open ImpulseAdventure opened 7 years ago

ImpulseAdventure commented 7 years ago

The batch processing operation may be lengthy and there is no ability for the user to cancel the process.

I have already added the necessary code for a Progress dialog with cancel (OperationDlg), but it is only really suited for single-stepped algorithms, not recursion. The batchProcess() call is written with recursion to support descending into subdirectories.

[2010/11/14] First created at https://sourceforge.net/p/jpegsnoop/feature-requests/34/