You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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. ThebatchProcess()
call is written with recursion to support descending into subdirectories.[2010/11/14] First created at https://sourceforge.net/p/jpegsnoop/feature-requests/34/
The text was updated successfully, but these errors were encountered: