mirror of
https://github.com/jamriska/ebsynth.git
synced 2026-04-03 17:56:24 +02: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
|