-
Notifications
You must be signed in to change notification settings - Fork 2
Add background color customization #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Tests were fixed in #21 . |
|
Hm... Somewhere along the line -t (disabling transparency) was broken with GIF (something to do with palette transparency?). It was working with #18 . |
I think PR #20 commit (cbd1d7b) fixed it. Can you rebase the main branch and give it a try? |
You're right, it's mostly fixed, but on the main branch, I've still got an issue where it looks like top-left transparency is being applied in addition to palette background color transparency. EDIT: This PR seems good. |
teramako
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice feature.
🚀

It looks like you were thinking about implementing this in #20 , so I figured I'd help out.
EDIT: Oops, I actually based it on #20.