mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[GH-ISSUE #1318] [Bug] Extra line of white pixels at the bottom of my gifs #967
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#967
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 @SilentSin on GitHub (Jul 14, 2024).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1318
Originally assigned to: @NickeManarin on GitHub.
Describe the bug
I'm getting an extra line of white pixels at the bottom of every gif I record.
To Reproduce
400.401.Expected behavior
The gif should have the exact dimensions specified before starting the recording.
Screenshots
Adding a progress bar puts it right at the bottom so you can see it has a different bottom to the rest of the gif:
The issue issn't caused by the progress bar though:
Desktop
@SilentSin commented on GitHub (Jul 14, 2024):
Enabling
Hide the title bar (thin mode)in the settings seems to have changed the behaviour to:@SilentSin commented on GitHub (Jul 14, 2024):
Setting the recorder interface to New mode has a similar problem: 250x400 is coming in as 249x399.
@tipsheda commented on GitHub (Jul 23, 2024):
I get this same issue with this program and with another gif making tool called Licecap. It seemed to start when I started using a 1440p monitor vs 1080p, but I'm not 100% sure on that.
@SilentSin commented on GitHub (Jul 23, 2024):
I'm on 1080p.
First time on Windows 11 though, I never had this issue in 10.
@tipsheda commented on GitHub (Jul 23, 2024):
Oh yeah, that is to say, I also switched to Windows 11 around the time I started seeing this issue.
@NickeManarin commented on GitHub (Sep 7, 2024):
Which scalling/DPI are you two using?
The recorder has a hard time adjusting to pixel coordinations if the screen has a DPI different than 96 (scale different than 100%).
@NickeManarin commented on GitHub (Sep 7, 2024):
For example, on Windows 11 here, setting 500x300 created a correct recording.
@SilentSin commented on GitHub (Sep 7, 2024):
I'm on 125% by default and I can confirm that 100% seems to fix the rounding errors for a few sizes I tried, though I never had this issue on my old Windows 10 computer which was also using 125%.
@mzschwartz5 commented on GitHub (Dec 27, 2024):
I'm experiencing this issue on Windows 10. Workaround has been just to crop the gif slightly at the bottom.