block by dribnet 65bf12998a2f05df4418d0428e67436c

PS4 MDDN 242 2018

Full Screen

Creative Coding 2: Custom Pixel

The images above are photos of Wellington CBD algorithmically processed with a lightly modified version of the p5.js Pointillism example. The masks for each photo highlight various objects. Replace this text with your own which explains the source of your photos, masking, and applied algorithm.

index.html

<head>
</head>
<body style="background-color:white">
    <table>
        <tr>
            <td><a href="artwork_1.png"><img height="29%" src="artwork_1.png"></a></td>
            <td><a href="artwork_2.png"><img height="29%" src="artwork_2.png"></a></td>
            <td><a href="artwork_3.png"><img height="29%" src="artwork_3.png"></a></td>
        </tr>
    </table>
    <a href="render.html">render program</a>
</body>

render.html

sketch.js

z_color_helper.js

z_hsluv-0.0.3.min.js

z_purview_helper.js