Skip to content

Instantly share code, notes, and snippets.

@uwcc
Last active June 9, 2020 01:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 51 You must be signed in to fork a gist
  • Save uwcc/9c5d63fe4bafd9e16b9a58d48ce52478 to your computer and use it in GitHub Desktop.
Save uwcc/9c5d63fe4bafd9e16b9a58d48ce52478 to your computer and use it in GitHub Desktop.
2020 MDDN242 Assignment 3: Custom Pixel
license: mit
height: 980

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.

<head>
</head>
<body style="background-color:white">
<table>
<tr><td><a href="output_1.png"><img height="320" width="960" src="output_1.png"></a></td></tr>
<tr><td><a href="output_2.png"><img height="320" width="960" src="output_2.png"></a></td></tr>
<tr><td><a href="output_3.png"><img height="320" width="960" src="output_3.png"></a></td></tr>
</table>
<a href="render.html">render program</a>
</body>
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment