License & Registration
BandiView License PolicyHow to register BandiView How to troubleshoot when I can’t register BandiView How to troubleshoot "The product has been registered on too many devices." BandiView in comparison with Honeyview Features & Technical Terms
BandiView shortcut keysCommand Line Parameters Webtoon View Mode How to configure BandiView's video output How to export and import BandiView settings Supported BandiView file formats
How to view CLIP STUDIO PAINT files (.clip) with BandiViewHow to view SVG files (.svg) with BandiView BandiView for HDR images
BandiView HDR supportHow to turn on HDR settings in Windows Sample files for HDR support |
Command Line ParametersBandiView.EXE provides the following command line parameters:
# BandiView.exe <file_or_folder>
# BandiView.exe <file_or_folder1> <file_or_folder2> [...] # BandiView.exe <command> [<switches>...] <file_or_folder> [<file_or_folder>...] file_or_folderUse the path of an image file, folder where images are located, or archive (e.g. ZIP, 7Z, RAR file) where images are archived. commandThe following commands are available:
switchesThe following switches are available:
ExamplesOpen an image file, or images located in a folder or archive. BandiView /open c:\folder\image.jpg BandiView c:\folder\image.jpg BandiView c:\folder\images.zip BandiView c:\folder Specify more than one folder and open files in all of them. BandiView c:\folder1\ d:\folder2\ e:\folder3 Open all files in the specified folder and its subfolders. BandiView -r c:\folder Open files in the encrypted archive. The correct password is required. BandiView -p:password c:\folder\pass.zip Specifiy a view mode and open a file. BandiView -mode:fit2window c:\folder\test.jpg Start a slideshow in full screen, and set the time duration for each slide on 10 seconds. BandiView -fullscreen -ss:10 c:\photos |