mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[PR #375] [MERGED] Add "Scale Delay" command #1117
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#1117
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?
📋 Pull Request Information
Original PR: https://github.com/NickeManarin/ScreenToGif/pull/375
Author: @s-arash
Created: 9/17/2018
Status: ✅ Merged
Merged: 10/30/2018
Merged by: @NickeManarin
Base:
master← Head:master📝 Commits (1)
138293dAdd "Scale Delay" command📊 Changes
8 files changed (+128 additions, -24 deletions)
View changed files
📝
ScreenToGif/Resources/IconSet.xaml(+6 -0)📝
ScreenToGif/Resources/Localization/StringResources.en.xaml(+5 -1)📝
ScreenToGif/Resources/Settings.xaml(+1 -0)📝
ScreenToGif/Util/Commands.cs(+15 -5)📝
ScreenToGif/Util/Enums.cs(+11 -8)📝
ScreenToGif/Util/UserSettings.cs(+10 -4)📝
ScreenToGif/Windows/Editor.xaml(+40 -1)📝
ScreenToGif/Windows/Editor.xaml.cs(+40 -5)📄 Description
This command allows to change the duration of frames by a scale factor. For example, a 50ms frame will become a 75ms frame if the scale value is 150%.
I think this is very useful for changing the overall length of a gif without changing the relative durations of frames.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.