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

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

Open
echopan opened this issue Sep 3, 2023 · 0 comments
Open

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

echopan opened this issue Sep 3, 2023 · 0 comments

Comments

@echopan
Copy link

echopan commented Sep 3, 2023

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

@echopan echopan changed the title Launch with -force2100 or add the option to app Launch with -forcebt2100 or add the option to app Sep 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant