initial commit
10
examples/stylit/run.bat
Normal file
@@ -0,0 +1,10 @@
|
||||
@echo off
|
||||
setlocal
|
||||
set PATH=..\..\bin;%PATH%
|
||||
|
||||
ebsynth.exe -style source_style.png ^
|
||||
-guide source_fullgi.png target_fullgi.png -weight 0.5 ^
|
||||
-guide source_dirdif.png target_dirdif.png -weight 0.5 ^
|
||||
-guide source_dirspc.png target_dirspc.png -weight 0.5 ^
|
||||
-guide source_indirb.png target_indirb.png -weight 0.5 ^
|
||||
-output output.png
|
||||
9
examples/stylit/run.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
export PATH=../../bin:$PATH
|
||||
|
||||
ebsynth -style source_style.png \
|
||||
-guide source_fullgi.png target_fullgi.png -weight 0.5 \
|
||||
-guide source_dirdif.png target_dirdif.png -weight 0.5 \
|
||||
-guide source_dirspc.png target_dirspc.png -weight 0.5 \
|
||||
-guide source_indirb.png target_indirb.png -weight 0.5 \
|
||||
-output output.png
|
||||
BIN
examples/stylit/source_dirdif.png
Normal file
|
After Width: | Height: | Size: 348 KiB |
BIN
examples/stylit/source_dirspc.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
examples/stylit/source_fullgi.png
Normal file
|
After Width: | Height: | Size: 1.0 MiB |
BIN
examples/stylit/source_indirb.png
Normal file
|
After Width: | Height: | Size: 1.4 MiB |
BIN
examples/stylit/source_style.png
Normal file
|
After Width: | Height: | Size: 2.3 MiB |
BIN
examples/stylit/target_dirdif.png
Normal file
|
After Width: | Height: | Size: 362 KiB |
BIN
examples/stylit/target_dirspc.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
examples/stylit/target_fullgi.png
Normal file
|
After Width: | Height: | Size: 1.0 MiB |
BIN
examples/stylit/target_indirb.png
Normal file
|
After Width: | Height: | Size: 1.3 MiB |