mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #1130] [Feature Request] Add an option to save the first frame as a PNG beside the GIF with an optional overlay #852
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#852
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 (Jul 16, 2022).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1130
Originally assigned to: @NickeManarin on GitHub.
Background
I've implemented stoppable GIFs on my website by saving their first frame as a PNG with a Play icon overlayed on it and using some javascript to swap between them on click.
Current Solution
Currently I've built a very simple C# Console Application to extract the first frame from a GIF, add an overlay, and save it as a PNG.
Proposed Solution
It would simplify my workflow a bit if Screen to Gif just had a check box when saving to also save a PNG and remember which overlay I've specified (if any).
Another (extremely) minor downside of my current approach is that the PNG includes the start of the progress bar. It would be cool if Screen to Gif could save the PNG, then add the progress bar, then save the actual GIF.