mirror of
https://github.com/jamriska/ebsynth.git
synced 2026-04-03 17:56:24 +02:00
6 lines
166 B
Bash
Executable File
6 lines
166 B
Bash
Executable File
#!/bin/sh
|
|
export PATH=../../bin:$PATH
|
|
|
|
ebsynth -patchsize 3 -uniformity 1000 -style source_photo.png -guide source_segment.png target_segment.png -output output.png
|
|
|