Created
July 13, 2012 14:13
-
-
Save anonymous/3105121 to your computer and use it in GitHub Desktop.
meemoo app: rotoshop
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": { | |
"title": "rotoshop", | |
"author": "forresto", | |
"description": "rotoscoping webcam animation", | |
"url": "rotoshop" | |
}, | |
"nodes": [ | |
{ | |
"src": "http://forresto.github.com/meemoo-paint/paint.html", | |
"x": 669, | |
"y": 72, | |
"z": 0, | |
"w": 377, | |
"h": 342, | |
"state": { | |
"linewidth": 2, | |
"blur": 0 | |
}, | |
"id": 1 | |
}, | |
{ | |
"src": "http://forresto.github.com/meemoo-modules/canvasarray.html", | |
"x": 205, | |
"y": 490, | |
"z": 0, | |
"w": 348, | |
"h": 290, | |
"state": { | |
"delay": 200 | |
}, | |
"id": 3 | |
}, | |
{ | |
"src": "http://forresto.github.com/meemoo-canvas2gif/canvas2gif.html", | |
"x": 729, | |
"y": 483, | |
"z": 0, | |
"w": 354, | |
"h": 291, | |
"state": { | |
"delay": 200, | |
"quality": 75, | |
"matte": "#FFFFFF" | |
}, | |
"id": 2 | |
}, | |
{ | |
"src": "http://forresto.github.com/meemoo-modules/imgur.html", | |
"x": 712, | |
"y": 878, | |
"z": 0, | |
"w": 357, | |
"h": 297, | |
"state": { | |
"title": "meemoo/flipbook image share", | |
"caption": "This image was created with a Meemoo composition. http://meemoo.org/iframework/#/example/flipbook" | |
}, | |
"id": 6 | |
}, | |
{ | |
"src": "http://forresto.github.com/meemoo-camcanvas/onionskin.html", | |
"x": 128, | |
"y": 62, | |
"z": 0, | |
"w": 339, | |
"h": 281, | |
"state": {}, | |
"id": 4 | |
} | |
], | |
"edges": [ | |
{ | |
"source": [ | |
1, | |
"image" | |
], | |
"target": [ | |
3, | |
"image" | |
] | |
}, | |
{ | |
"source": [ | |
2, | |
"gif" | |
], | |
"target": [ | |
6, | |
"dataurl" | |
] | |
}, | |
{ | |
"source": [ | |
3, | |
"image" | |
], | |
"target": [ | |
2, | |
"image" | |
] | |
}, | |
{ | |
"source": [ | |
4, | |
"image" | |
], | |
"target": [ | |
1, | |
"tracing" | |
] | |
}, | |
{ | |
"source": [ | |
1, | |
"image" | |
], | |
"target": [ | |
4, | |
"onionskin" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment