-
Notifications
You must be signed in to change notification settings - Fork 109
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
Custom background color for PNGs with transparency #38
Comments
So we have transparency now supported thanks to @forresto, but maybe he might know of a way to let us add bg colors? |
When the worker is started it takes If Shouldn't be too hard to wire those to pickers. Anybody got a good widget? If you want to add text, background images, and other more advanced things with GIFs check out my meemoo.org project. |
Wow! that's pretty crazy stuff you got goin' on. How about we try for the color background picker first O_o |
Any thoughts about using a colorpicker? I made the colorpicker in use in devtools, and also have it released as a jQuery plugin: http://bgrins.github.io/spectrum/. Should be easy to integrate with and flexible for theming. Would also have potential for other cool stuff, like populating the palette list with colors found in the images or something. |
@bgrins that looks good to me. I have been looking for one for my If somebody gets the pickers in the m.e.a.g. layout then I can help make |
The default background color is black.
Think if you could:
• Pick a color (HEX input should be fine, unless you want to add a picker).
• Select an already dragged-in image to use as a background (default behavior - stretch to fill behind the animated images).
Cheers.
The text was updated successfully, but these errors were encountered: