mirror of
https://github.com/jamriska/ebsynth.git
synced 2026-04-03 17:56:24 +02:00
10 lines
321 B
Batchfile
10 lines
321 B
Batchfile
|
|
@echo off
|
||
|
|
setlocal
|
||
|
|
set PATH=..\..\bin;%PATH%
|
||
|
|
|
||
|
|
ebsynth.exe -style source_painting.png ^
|
||
|
|
-guide source_Gapp.png target_Gapp.png -weight 0.5 ^
|
||
|
|
-guide source_Gseg.png target_Gseg.png -weight 1.5 ^
|
||
|
|
-guide source_Gpos.png target_Gpos.png -weight 10 ^
|
||
|
|
-output output.png
|