Created
September 21, 2021 20:23
-
-
Save forresto/2142d3f286501daad5ff6e8f5f756551 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"info": { | |
"author": "meemoo", | |
"title": "1989-gameboy-looking png", | |
"description": "dot matrix with stereo sound baby", | |
"parents": [ | |
"https://gist.github.com/3721129", | |
"https://gist.github.com/3722026" | |
], | |
"url": "dot-matrix" | |
}, | |
"nodes": [ | |
{ | |
"id": 0, | |
"src": "meemoo:image/cam", | |
"x": 532, | |
"y": 47, | |
"w": 229, | |
"h": 217, | |
"state": { | |
"width": 160, | |
"height": 144, | |
"fps": 20 | |
} | |
}, | |
{ | |
"id": 1, | |
"src": "meemoo:image/monochrome", | |
"x": 467, | |
"y": 418, | |
"w": 222, | |
"h": 203, | |
"state": { | |
"type": "bayer", | |
"threshold": 0.47 | |
} | |
}, | |
{ | |
"id": 2, | |
"src": "meemoo:image/monochrome", | |
"x": 131, | |
"y": 419, | |
"w": 200, | |
"h": 210, | |
"state": { | |
"type": "atkinson", | |
"threshold": 0.5 | |
} | |
}, | |
{ | |
"id": 4, | |
"src": "meemoo:image/monochrome", | |
"x": 840, | |
"y": 423, | |
"w": 200, | |
"h": 210, | |
"state": { | |
"type": "floydsteinberg", | |
"threshold": 0.5 | |
} | |
} | |
], | |
"edges": [ | |
{ | |
"source": [ | |
2, | |
"gif" | |
], | |
"target": [ | |
4, | |
"dataurl" | |
] | |
}, | |
{ | |
"source": [ | |
5, | |
"bang" | |
], | |
"target": [ | |
2, | |
"finalize" | |
] | |
}, | |
{ | |
"source": [ | |
6, | |
"data" | |
], | |
"target": [ | |
2, | |
"image" | |
] | |
}, | |
{ | |
"source": [ | |
0, | |
"stream" | |
], | |
"target": [ | |
1, | |
"image" | |
] | |
}, | |
{ | |
"source": [ | |
0, | |
"stream" | |
], | |
"target": [ | |
2, | |
"image" | |
] | |
}, | |
{ | |
"source": [ | |
0, | |
"stream" | |
], | |
"target": [ | |
4, | |
"image" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment