Add image as background #25
lennart-rth
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Add an option to add a background image to the composition. For example a faint night sky with very dim stars.
config.yml
file in thesettings
Section.Maybe rename
bg-color
tobg
and make it possible to parse color hex value or image path.If not specified the background should still be filled with black.
This should be done in
image_parser.py
line 22, where the black background is currently added.Maybe add a alpha layer mask with pillow to crop the black areas out. Luckily the Planet is always in the same position, but does this work for different zoom Levels too.
Beta Was this translation helpful? Give feedback.
All reactions