Dynamically Assigning Overlays and Backgrounds
What is it?
Overlays, Backgrounds and some Interface Screens can be dynamically assigned by using the Filename Suffix feature. Filename Suffixes allows for dynamic selection based on certain criteria, enhancing customization and variety in generated content. Suffixes can include tokens for dynamic selection, such as date and time or random numbers. They are frequently used alongside Survey Screens to allow for highly customised user selections.
How it Works
A print layout would typically use the file overlay.png to add the design to the layout. By using Filename Suffixes and a Random Token, you could have 3 different overlay options which are randomly applied each time a session is run. The required files might look like this:
- overlay_option_1.png
- overlay_option_2.png
- overlay_option_3.png
In this case you would set the Filename Suffix to:
option_{random,1,3}
Each time the session is run, Breeze Booth will look for the matching overlay file name, based on the random number it assigned.
Adding a Suffix
Suffixes can be added in the respective Suffix section for Photos, Burst GIF's and Videos.
Examples
Normal File Name | File Name Suffix | What it Does |
---|---|---|
overlay.png | day_{dayNow} | Automatically assigns a different overlay based on the day of the month. eg: overlay_day_01.png where 01 is the first day of the month |
overlay.png | mood_{survey1_radio_mood} | Assigns an overlay based on the result of a Survey Question using a radio button "How are you feeling today? Happy/Sad" eg: overlay_mood_happy.png |
background.jpg | option_{random,1,5} | Assigns a background based on a random number between 1 and 5 eg: background_option_3.jpg |
share.png | prize_{compare,{random,1,30},15} | Assigns a "Winner" Sharing screen overlay, if the random number is equal to 15 (giving a user 1 in 15 chances of winning) eg: share_prize_1.png See the "Compare" modifier for details |
slideshow_gif_<n>.png | {survey1_radio_team}_{survey2_radio_position} | Assigns an overlay to an animated GIF based on the results of a Survey asking for your "Team" & "Player Position" eg: slideshow_gif_lakers_forward_1.png |