Loading run.ps1 +2 −2 Original line number Original line Diff line number Diff line Loading @@ -2,8 +2,8 @@ param( [string] $path, [string] $path, [string] $seed, [string] $seed, [string] $hash, [string] $hash, [int] $width = 7016, [int] $width = 1920, [int] $height = 4960, [int] $height = 1080, [switch] $debug = $false) [switch] $debug = $false) $inputCount = 0; $inputCount = 0; Loading run.sh +2 −2 Original line number Original line Diff line number Diff line Loading @@ -25,8 +25,8 @@ D) Usage: run.sh <-p PATH | -s SEED | -f SHA256 FINGERPRINT> Usage: run.sh <-p PATH | -s SEED | -f SHA256 FINGERPRINT> Options Options -W set width [7016] -W set width [1920] -H set height [4960] -H set height [1080] -D run in debug mode -D run in debug mode -h show help -h show help EOF EOF Loading scripts/libhash.sh +2 −2 Original line number Original line Diff line number Diff line Loading @@ -18,8 +18,8 @@ hashsquash() { } } hashinit() { hashinit() { export WIDTH=${WIDTH:-3840} export WIDTH=${WIDTH:-1920} export HEIGHT=${HEIGHT:-2160} export HEIGHT=${HEIGHT:-1080} export DISPLAY=:42 export DISPLAY=:42 Xvfb $DISPLAY -screen -0 800x600x16 & Xvfb $DISPLAY -screen -0 800x600x16 & XVFB_PID=$! XVFB_PID=$! Loading Loading
run.ps1 +2 −2 Original line number Original line Diff line number Diff line Loading @@ -2,8 +2,8 @@ param( [string] $path, [string] $path, [string] $seed, [string] $seed, [string] $hash, [string] $hash, [int] $width = 7016, [int] $width = 1920, [int] $height = 4960, [int] $height = 1080, [switch] $debug = $false) [switch] $debug = $false) $inputCount = 0; $inputCount = 0; Loading
run.sh +2 −2 Original line number Original line Diff line number Diff line Loading @@ -25,8 +25,8 @@ D) Usage: run.sh <-p PATH | -s SEED | -f SHA256 FINGERPRINT> Usage: run.sh <-p PATH | -s SEED | -f SHA256 FINGERPRINT> Options Options -W set width [7016] -W set width [1920] -H set height [4960] -H set height [1080] -D run in debug mode -D run in debug mode -h show help -h show help EOF EOF Loading
scripts/libhash.sh +2 −2 Original line number Original line Diff line number Diff line Loading @@ -18,8 +18,8 @@ hashsquash() { } } hashinit() { hashinit() { export WIDTH=${WIDTH:-3840} export WIDTH=${WIDTH:-1920} export HEIGHT=${HEIGHT:-2160} export HEIGHT=${HEIGHT:-1080} export DISPLAY=:42 export DISPLAY=:42 Xvfb $DISPLAY -screen -0 800x600x16 & Xvfb $DISPLAY -screen -0 800x600x16 & XVFB_PID=$! XVFB_PID=$! Loading