[PR #375] [MERGED] Add "Scale Delay" command #1117

Closed
opened 2026-02-26 09:33:42 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (1)

  • 138293d Add "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.

image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NickeManarin/ScreenToGif/pull/375 **Author:** [@s-arash](https://github.com/s-arash) **Created:** 9/17/2018 **Status:** ✅ Merged **Merged:** 10/30/2018 **Merged by:** [@NickeManarin](https://github.com/NickeManarin) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`138293d`](https://github.com/NickeManarin/ScreenToGif/commit/138293d8412140c1db3d734df79f42725a4b2cdb) Add "Scale Delay" command ### 📊 Changes **8 files changed** (+128 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. ![image](https://user-images.githubusercontent.com/4473311/45602364-dc0b1600-b9ea-11e8-96ed-53eea6e2784a.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 09:33:42 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ScreenToGif#1117
No description provided.