mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[GH-ISSUE #793] New Recorder interface size error on high dpi monitor #632
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#632
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 @dimitarsp on GitHub (Feb 11, 2021).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/793
Originally assigned to: @NickeManarin on GitHub.
Hi, with the new recorder, when trying to record an area 1920 x 1080 on a 4k monitor resolution, with display area set at 150% magnification, the area seems to be about 1.5 time larger than the intended resolution.
When switching to the old recorder, 1920 x 1080 resolution appears to be correct. When switiching back to the new recorder the resolution changes to a size of 1003 X 646.
@NickeManarin commented on GitHub (Jun 6, 2021):
Done, it will be available with v2.32.
There's still an issue with sizing because of a rounding error.
The frame captured will be 1px smaller than the selection, but I'm going to solve that later.