Skip to content

Launch with -forcebt2100 or add the option to app #62

@echopan

Description

@echopan

SDR screen to view HDR pictures, often use the -forcebt2100 , but every time you use cmd to open the software is too troublesome, I want to add the option to turn this parameter on or off in the toolbar of the app.

My current solution way:
Create a .bat file to open the viewer, you can drag the image from any position of the computer to the bat to view it with forcebt2100.
You can also run the .bat directly and open the picture in the app.

Disadvantages: A cmd window will open, you need to close it manually.

And: I used the B2E tool to generate a .exe file that hides the cmd window, with the same effect.

BAT:

@echo off
set filename=%~nx1
if defined filename (hdrimageviewer -forcebt2100 - input:%~nx1
) else (
hdrimageviewer -forcebt2100
)

EXE: Launch HDR Image Viewer With BT2100.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions