mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #640] Improvements on zoom functionality #521
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#521
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 @ghost on GitHub (Apr 21, 2020).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/640
Allow zoom while cropping images.
Currently zoom function is disabled when cropping images, but it would be useful if you want to crop more precisely.
Allow dragging images outside of the borders
Current zoom-and-drag function is limited to image borders so it's hard to navigate.
Should be able to drag images even if it is not zoomed in
Again, it would be much convenient when zooming in and navigate.
@NickeManarin commented on GitHub (Apr 29, 2020):
The forced 100% zoom while applying features is a limitation due to how the canvas system works right now.
It will be replaced with a better one.
@twoco commented on GitHub (Jan 22, 2023):
It would be really great if you can zoom while cropping. It's hard to see if you want perfect crop.
Workaround: Windows magnifier tool. But not really nice.
Btw. the pixel steps with arrows should be 1 not 2 in my opinion.
@NickeManarin commented on GitHub (Jan 22, 2023):
This is something that I'm working on.
The next version of the app will have that capability.