initial commit
This commit is contained in:
@@ -20,8 +20,8 @@ Usage:
|
||||
- synth:<params> for procedural video
|
||||
|
||||
Synth examples:
|
||||
synth:bg=../cpp/lena.jpg:noise=0.1
|
||||
synth:class=chess:bg=../cpp/lena.jpg:noise=0.1:size=640x480
|
||||
synth:bg=../data/lena.jpg:noise=0.1
|
||||
synth:class=chess:bg=../data/lena.jpg:noise=0.1:size=640x480
|
||||
|
||||
Keys:
|
||||
ESC - exit
|
||||
@@ -130,8 +130,8 @@ classes = dict(chess=Chess)
|
||||
|
||||
presets = dict(
|
||||
empty = 'synth:',
|
||||
lena = 'synth:bg=../cpp/lena.jpg:noise=0.1',
|
||||
chess = 'synth:class=chess:bg=../cpp/lena.jpg:noise=0.1:size=640x480'
|
||||
lena = 'synth:bg=../data/lena.jpg:noise=0.1',
|
||||
chess = 'synth:class=chess:bg=../data/lena.jpg:noise=0.1:size=640x480'
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user