mirror of
https://github.com/jamriska/ebsynth.git
synced 2025-12-16 00:17:45 +01:00
11 lines
401 B
Batchfile
11 lines
401 B
Batchfile
@echo off
|
|
setlocal
|
|
set PATH=..\..\bin;%PATH%
|
|
|
|
ebsynth.exe -style source_style.png ^
|
|
-guide source_fullgi.png target_fullgi.png -weight 0.5 ^
|
|
-guide source_dirdif.png target_dirdif.png -weight 0.5 ^
|
|
-guide source_dirspc.png target_dirspc.png -weight 0.5 ^
|
|
-guide source_indirb.png target_indirb.png -weight 0.5 ^
|
|
-output output.png
|