topical media & game development
graphic-canvas-util-pixastic-demo-noise.htm / htm
<script type=text/javascript src=graphic-canvas-util-pixastic-pixastic-jquery.js></script>
<script type=text/javascript src=graphic-canvas-util-pixastic-pixastic-custom.js></script>
<script type=text/javascript src=graphic-canvas-util-pixastic-noise.js></script>
<script type="text/javascript">
function draw() {
var img = new Image();
img.onload = function() {
Pixastic.process(img, "noise", {mono:true,amount:1.0,strength:1.0});
}
document.body.appendChild(img);
img.src = "walk.jpg";
}
</script>
<body onload="draw();">
</body>
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.