[GH-ISSUE #859] [Bug] Transparency and pixel detection not working as expected #678

Closed
opened 2026-02-26 09:32:16 +03:00 by kerem · 0 comments
Owner

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.

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.
kerem 2026-02-26 09:32:16 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ScreenToGif#678
No description provided.