mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-26 07:35:54 +03:00
[GH-ISSUE #970] [FR] Allow crop area to be resized by percentages #740
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#740
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 @minidomo on GitHub (Aug 10, 2021).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/970
Originally assigned to: @pawlos on GitHub.
When cropping there is no built in way to adjust the width and height of the crop area to maintain its aspect ratio.
@pawlos commented on GitHub (Aug 28, 2021):
Would it be ok to have a checkbox to
"Keep the aspect ratio"as it is onResizeand you still need to manually modify the cropped area or do you need precision in cropping with %?@minidomo commented on GitHub (Aug 28, 2021):
I think having both as an option would be good.
@pawlos commented on GitHub (Aug 31, 2021):
ok, I'll check what can be done. Please assign me to the task @NickeManarin
@pawlos commented on GitHub (Sep 2, 2021):
@minidomo Is this something you would expect for this?

The provided value would resize width/height by the value, keeping the left/top untouched.
@minidomo commented on GitHub (Sep 2, 2021):
@pawlos Yes, that is what I would expect.