width and height resolution args

This commit is contained in:
Jason Ly 2026-03-20 18:50:54 -04:00
parent b4fc8e2890
commit 671f474e9f

View File

@ -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)
```