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

How define the list of overlays? #564

Open
VincentAulnay opened this issue Mar 27, 2024 · 1 comment
Open

How define the list of overlays? #564

VincentAulnay opened this issue Mar 27, 2024 · 1 comment
Assignees

Comments

@VincentAulnay
Copy link

All is in title :)

# Overlay path (PNG file) with same aspect ratio than final picture (list of quoted paths accepted)
overlays =

Need a tuto to explain how define this list depending the xml file which the layers.

@werdeil
Copy link
Member

werdeil commented Apr 3, 2024

Hi @VincentAulnay, there is always room for more doc but for this specific part the "list of quoted path" seemed enough.

Either put
overlays = 'path/to/your/overlay.png

Or if you want a different overlay depending on the number of picture taken:
overlays = ['path/to/your/overlay-1.png', 'path/to/your/overlay-4.png']

I keep the issue open to add it to my list of doc to add, but please tell me if it solves your question.

@werdeil werdeil self-assigned this Apr 3, 2024
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