mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-26 07:35:54 +03:00
[GH-ISSUE #216] Error with gif and title frame #179
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#179
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 @remyslab on GitHub (Nov 28, 2017).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/216
Version 2.10
Windows 10 64bits
Error with the portable app and the installed app.
I've got an error during the gif creation when I add a Title Frame.
Title frame : title
Arial font
Normal values
Size 40
Black text
100ms delay
Center, center, 0 margin
White background
Error log :
OutOfMemoryException
System.Drawing.Clone
Thanks,
@NickeManarin commented on GitHub (Dec 2, 2017):
Thanks for the feedback.
By understanding the log that you gave me, this error happened when analyzing the frames, right before the gif encoding.
This OutOfMemory exception at the Clone() method usually happens if the rectangle is out of bounds. For example, if the frames don't have the same size.
Could you share that project with me? If you have sensitive data, you can create another one, adding the title frame.
@remyslab commented on GitHub (Dec 2, 2017):
@NickeManarin
I found something. This bug appears only when you down-scale dpi (to 72 in my case), and after you will add a title frame.
But if you add first the title frame, and you down-scale to 72 dpi, it's ok.
@NickeManarin commented on GitHub (Dec 4, 2017):
Oh, ok. The title frame isn't respecting the current dpi of the project. Thanks.
@NickeManarin commented on GitHub (Jan 10, 2018):
With v2.11 I can't reproduce this bug. I did some changes with the previewer, so I guess it was fixed.