mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[GH-ISSUE #1116] [Feature Request] Remove space before digits or replace with '-' when saving multiple frames as png. #3083
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#3083
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 @agaertner on GitHub (Jun 11, 2022).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1116
Originally assigned to: @NickeManarin on GitHub.
Just a very small thing. When saving an animation per frame into multiple pngs the enumeration is suffixed with a leading space.
It is prone to be accidentally removed when referencing in LaTeX or other software where extensions are omitted.
This is how one inserts 46 frames (
react-page-frame <00-45>.png) as an animation into a PDF using LaTeXNotice the path ending with a space because of the file names containing a space (eg.
react-page-frame 01.png).I would rather have (
react-page-frame01.png) or (react-page-frame-01.png) than a space between name and digits because of editors wrapping its contents due to split screen.