mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #241] [Feature request] Transparent background #1568
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#1568
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 @sedyh on GitHub (Jan 13, 2018).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/241
1. Request
It would be nice to be able to specify a transparent background.
2. Argumentation
I very often use 3d editor to create small animations, I would like a simple and convenient tool for assembling sprites.
3. Example
Just a checkbox named "Transparent" near color choosing.
@NickeManarin commented on GitHub (Feb 3, 2018):
This feature requires some "structural" changes to the project, such as the support for multiple layers.
At least it's what I'm planning to implement first (layers, then transparent background).
@NickeManarin commented on GitHub (Aug 8, 2020):
Initial support for transparency was added (the gif encoders now work with transparency).
@rashil2000 commented on GitHub (Jan 6, 2022):
Hi @NickeManarin!
Sorry for pinging an old thread, but how to use this feature? I am trying to add shadow to the frames, and I would like the shadow background to be transparent (instead of white). But I don't see a transparent option?
@NickeManarin commented on GitHub (Jan 18, 2022):
@rashil2000 The only transparency support added so far is within the encoder. Meaning that the encoder knows what to do with alpha values, but the editor still doesn't let you set transparency effects.
Anyway, as for setting transparency in shadows, how would you plan in exporting that animation?
I ask, because Gifs would not properly display that transparency as only 1 color can be marked as transparent.
@rashil2000 commented on GitHub (Jan 18, 2022):
Oh, I was not aware of this limitation. I just tried it, selecting 1 color (#FFFFFF) as transparent would definitely mess with the middle of the frames.