mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #859] [Bug] Transparency and pixel detection not working as expected #678
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#678
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 @NickeManarin on GitHub (Apr 30, 2021).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/859
Originally assigned to: @NickeManarin on GitHub.
Gifs can only have one color that is treated as transparent (since it’s a palette-based 3 channel image, RGB).
Enable transparency = Treats all transparent colors as one transparent color.
Enable transparency + select color = Treats the selected color as the transparent color of the gif.
Detect unchanged pixels = Only cuts parts of the frame where there’s movement.
Detect unchanged pixels + paint transparent = Cuts out parts of the frame that changed and paint in-between pixels with a chroma key that will be treated as transparent.
If “enable transparency” is selected, the "detect unchanged pixels" is ignored.
Right now there's a conflict of both settings and "enable transparency" is not working.