Skip to content

Instantly share code, notes, and snippets.

@forresto
Created May 22, 2012 14:25
Show Gist options
  • Save forresto/2769393 to your computer and use it in GitHub Desktop.
Save forresto/2769393 to your computer and use it in GitHub Desktop.
meemoo demo: image-in gets an image from the web to canvas pixel data (waiting for CORS image servers)
{
"info": {
"title": "image-in demo",
"author": "forresto",
"description": "image-in gets an image from the web to canvas pixel data (waiting for CORS image servers)",
"url": "image-in-demo"
},
"nodes": [
{
"src": "http://meemoo-image-in.phpfogapp.com/image-in.html",
"x": 116,
"y": 80,
"z": 0,
"w": 172,
"h": 231,
"state": {
"url": "http://meemoo.org/images/meemoo-illo-by-jyri-pieniniemi-400.png"
},
"id": 1
},
{
"src": "http://forresto.github.com/meemoo-image/threshold.html",
"x": 479,
"y": 81,
"z": 0,
"w": 414,
"h": 492,
"state": {
"threshold": 128
},
"id": 2
}
],
"edges": [
{
"source": [
1,
"image"
],
"target": [
2,
"image"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment