mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[GH-ISSUE #567] [Feature Request] Optionally apply Mouse Click Overlays to selected frames only #465
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#465
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 @KybernetikGames on GitHub (Dec 17, 2019).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/567
I use an automated task to highlight mouse clicks to all my gifs, which usually works great.
But I just used Insert Recording which recorded new frames and added them without highlighting their mouse clicks. I can manually apply the mouse clicks again, but it does it to all frames so the first set of frames gets the highlight double as strong.
@vatterspun commented on GitHub (Jan 5, 2020):
The mouse click data is saved separate from the recording so that, when you apply it, it's referencing a list of items from that file. As such, you might be able to modify the recording highlights in the accompanying
Project.JSONfile.@NickeManarin commented on GitHub (Jan 6, 2020):
That's a bug, the "Insert Recording" should also highlight the mouse clicks.
But also, it is an enhancement request, since you want to apply the highlight to just some frames.