mirror of
https://github.com/jamriska/ebsynth.git
synced 2025-12-16 08:27:45 +01:00
6 lines
181 B
Batchfile
6 lines
181 B
Batchfile
|
|
@echo off
|
||
|
|
setlocal
|
||
|
|
set PATH=..\..\bin;%PATH%
|
||
|
|
|
||
|
|
ebsynth.exe -patchsize 3 -uniformity 1000 -style source_photo.png -guide source_segment.png target_segment.png -output output.png
|