Skip to content
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

Different background depending on number of shot #74

Closed
themaluxis opened this issue Aug 5, 2019 · 4 comments
Closed

Different background depending on number of shot #74

themaluxis opened this issue Aug 5, 2019 · 4 comments
Assignees

Comments

@themaluxis
Copy link

themaluxis commented Aug 5, 2019

Hi,
is it possible to define several backgrounds according to the number of photos we will take?
For example, a background with my text in the bottom right if I took 3 pictures, but the background with the text centered in the middle if I only take one picture.

Thank you. Thank you.

@themaluxis
Copy link
Author

@anxuae added the enhancement label 2 days ago
so you plan to work on this ? :)

@anxuae
Copy link
Member

anxuae commented Aug 8, 2019

Maybe yes, maybe not :-)

We can imagine something like that (both syntax are possible):

    [PICTURE]

    # Background RGB color  applied on both pictures
    bg_color = (255, 255, 255)

This key can take two name/path/url:

    [PICTURE]

    # RGB color applied on picture 1 and background image applied on picture 2
    bg_color = ( (255, 255, 255), "path/to/my/background.png" )

The picture 1 and picture 2 correspond to the nbr capture 1 and nbr captures 2 in the key captures.
Of course 2 paths or 2 colors can be defined.

@anxuae anxuae self-assigned this Aug 9, 2019
@anxuae
Copy link
Member

anxuae commented Aug 14, 2019

@themaluxis does it fit your expectations if I implement this change?

@themaluxis
Copy link
Author

Sure :)

@anxuae anxuae closed this as completed in f4bc11f Aug 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants