mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[GH-ISSUE #514] Remove duplicates won't work if progress indicator was set before #429
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#429
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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.