Art Gallery Suggestions (Help)

EasyBD, Blu-Disc Studio, BD Wizard, IG Editor, Quick BD Menu
StarNugget
Posts: 33
Joined: Mon Aug 10, 2026 12:14 am

Art Gallery Suggestions (Help)

Post by StarNugget »

I'm trying to make a menu which displays concept art in the middle, with a click of a button the next image would appear. Does anyone know how to accomplish this? I'm aware slideshow could potentially do this, but I rather the viewer have the choice of when to move onto the next image rather than a timer.
Alexey Kolesnikov
Posts: 711
Joined: Fri Mar 01, 2013 1:03 pm

Art Gallery Suggestions (Help)

Post by Alexey Kolesnikov »

There are 2 types of slideshow: timebased and browsable. In browsable it stays on the image until you press next/pref chapter button.
Best regards,
Alexey Kolesnikov
StarNugget
Posts: 33
Joined: Mon Aug 10, 2026 12:14 am

Art Gallery Suggestions (Help)

Post by StarNugget »

When encoding for instance when the 1920x1080 resolution is selected the OG PNG files will be stretched to fit that. Is there a way to keep the OG dimensions?
Alexey Kolesnikov
Posts: 711
Joined: Fri Mar 01, 2013 1:03 pm

Art Gallery Suggestions (Help)

Post by Alexey Kolesnikov »

If you need black borders - you should add them manually in the graphic editor.
Best regards,
Alexey Kolesnikov
StarNugget
Posts: 33
Joined: Mon Aug 10, 2026 12:14 am

Art Gallery Suggestions (Help)

Post by StarNugget »

I'm a bit confused, how does black borders help?
Alexey Kolesnikov
Posts: 711
Joined: Fri Mar 01, 2013 1:03 pm

Art Gallery Suggestions (Help)

Post by Alexey Kolesnikov »

BD has resolution 1920x1080 and aspect ratio 1:1. Thus, your images should be the same.
Best regards,
Alexey Kolesnikov
StarNugget
Posts: 33
Joined: Mon Aug 10, 2026 12:14 am

Art Gallery Suggestions (Help)

Post by StarNugget »

I've encoded the images with a border, added the browsable file as a movie. The big thing I'm confused about is how to implement it. I have arrows PNG for the viewer to click to browse different menus. Is there a way to code the buttons to move the chapters *Left and right arrows*. Then when on the first chapter/image, selecting the left arrow sends them back to the designated menu. Otherwise it will show the previous chapter/image.
Alexey Kolesnikov
Posts: 711
Joined: Fri Mar 01, 2013 1:03 pm

Art Gallery Suggestions (Help)

Post by Alexey Kolesnikov »

Yes, you can use exclusive SWITCH on the left arrow:

Code: Select all

if Chapter in Slideshow = 0,1 -> Jump MENU ...
[prev chapter]
"Slideshow" - your slideshow movie
"prev chapter" - you can find in the Play MOVIE actions
Best regards,
Alexey Kolesnikov
StarNugget
Posts: 33
Joined: Mon Aug 10, 2026 12:14 am

Art Gallery Suggestions (Help)

Post by StarNugget »

I guess my confusion is, for the slideshow would it be placed in the menu's streams video. Also, how can I make it so the chapters button is assigned to the Normal/Selected/Activated Buttons>
Alexey Kolesnikov
Posts: 711
Joined: Fri Mar 01, 2013 1:03 pm

Art Gallery Suggestions (Help)

Post by Alexey Kolesnikov »

StarNugget wrote: Wed Aug 26, 2026 12:36 am I guess my confusion is, for the slideshow would it be placed in the menu's streams video.
Button images? If they are static - you can merge them into the background. BDS itself does not do that.
StarNugget wrote: Wed Aug 26, 2026 12:36 am how can I make it so the chapters button is assigned to the Normal/Selected/Activated Buttons>
Normal/Selected/Activated are button states - not buttons. If you want to assign the image to the state - enable it on the toolbar, select in the object list and assign in the properties window.
Best regards,
Alexey Kolesnikov