From 671f474e9ff04d18391d3b5f611a53938fdd83b5 Mon Sep 17 00:00:00 2001 From: Jason Ly Date: Fri, 20 Mar 2026 18:50:54 -0400 Subject: [PATCH] width and height resolution args --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88671ec..f207c6b 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,6 @@ curl -LO https://raw.githubusercontent.com/nothings/stb/master/stb_image_write.h msbuild joomer-efsw-bsz-monitoring.vcxproj /p:Configuration=release # run -x64\release\joomer-efsw-bsz-monitoring.exe #--watchdir:path (optionally) +x64\release\joomer-efsw-bsz-monitoring.exe #--watchdir:path --width:640 --height:480 (optionally args) ```