[GH-ISSUE #514] Remove duplicates won't work if progress indicator was set before #429

Open
opened 2026-02-26 09:31:23 +03:00 by kerem · 1 comment
Owner

Originally created by @rogeriodec on GitHub (Sep 3, 2019).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/514

Hi!
I constantly use the "Remove Duplicates" and "Progress Indicator".
Today I set Progress Indicator BEFORE Remove Duplicates.
Result: no duplicates found.
I would like to suggest that Remove Duplicates was not influenced by Progress Indicator, ie, even Progress Indicator was set, it should be ignored by Remove Duplicates.

Originally created by @rogeriodec on GitHub (Sep 3, 2019). Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/514 Hi! I constantly use the "Remove Duplicates" and "Progress Indicator". Today I set Progress Indicator BEFORE Remove Duplicates. Result: no duplicates found. I would like to suggest that Remove Duplicates was not influenced by Progress Indicator, ie, even Progress Indicator was set, it should be ignored by Remove Duplicates.
Author
Owner

@NickeManarin commented on GitHub (Sep 10, 2019):

It works like that because currently, the app writes down the overlay on top of the images.
So when running the code to check for difference between pixels, the overlay is already there.

<!-- gh-comment-id:529926263 --> @NickeManarin commented on GitHub (Sep 10, 2019): It works like that because currently, the app writes down the overlay on top of the images. So when running the code to check for difference between pixels, the overlay is already there.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ScreenToGif#429
No description provided.