mirror of
https://github.com/jamriska/ebsynth.git
synced 2026-04-03 09:46:39 +02:00
initial commit
This commit is contained in:
5
examples/texbynum/run.bat
Normal file
5
examples/texbynum/run.bat
Normal file
@@ -0,0 +1,5 @@
|
||||
@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
|
||||
5
examples/texbynum/run.sh
Executable file
5
examples/texbynum/run.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/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
|
||||
|
||||
BIN
examples/texbynum/source_photo.png
Normal file
BIN
examples/texbynum/source_photo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 225 KiB |
BIN
examples/texbynum/source_segment.png
Normal file
BIN
examples/texbynum/source_segment.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 37 KiB |
BIN
examples/texbynum/target_segment.png
Normal file
BIN
examples/texbynum/target_segment.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 65 KiB |
Reference in New Issue
Block a user