{"id":68394,"date":"2021-10-31T16:47:34","date_gmt":"2021-10-31T20:47:34","guid":{"rendered":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2021\/?p=68394"},"modified":"2021-10-31T16:47:34","modified_gmt":"2021-10-31T20:47:34","slug":"project-09-portrait-3","status":"publish","type":"post","link":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2021\/2021\/10\/31\/project-09-portrait-3\/","title":{"rendered":"Project 09 Portrait"},"content":{"rendered":"<!DOCTYPE html PUBLIC \"-\/\/W3C\/\/DTD HTML 4.0 Transitional\/\/EN\" \"http:\/\/www.w3.org\/TR\/REC-html40\/loose.dtd\">\n<html><body><p><a class=\"p5_sketch_link\" data-width=\"480\" data-height=\"480\" href=\"https:\/\/courses.ideate.cmu.edu\/15-104\/f2021\/wp-content\/uploads\/2021\/10\/sketch-146.js\">sketch<\/a><iframe src=\"https:\/\/courses.ideate.cmu.edu\/15-104\/f2021\/wp-content\/plugins\/p5-embedder\/p5_iframe.html\" class=\"p5_exampleFrame\" width=\"480\" height=\"480\"><\/iframe><pre class=\"language-javascript\"><code class=\"p5_editor language-javascript\">\/\/Tim Nelson-Pyne\n\/\/tnelsonp@andrew.cmu.edu\n\/\/section C\n\/\/Assignment-09-Project\n\n\n\nvar img;\nvar x = [];\nvar y = [];\n    \n\n\n\nfunction preload() {\n    \/\/loads the walking Images\n    img = loadImage('https:\/\/i.imgur.com\/gCoIwkQ.jpg');\n    \n}\n\nfunction setup() {\n    createCanvas(480, 480);\n    img.resize(width, height);\n    background(255);\n    img.loadPixels();\n\n    \n}\n\n\n\n\nfunction draw() {\n    \/\/ellipse width\n    var w = 1;\n    \/\/change in ellipse width\n    var dw = .8;\n    \n    for(var row = 0; row &lt; width; row += 5) {\n        for (var col = 0; col &lt; height; col +=5) {\n            \/\/gets the color of the current pixel location\n            var pix = img.get(col, row);\n            \/\/generates an inverse color reading of the image\n            var invR = 255 - pix[0];\n            var invG = 255 - pix[1];\n            var invB = 255 - pix[2];\n            noStroke();\n            fill(invR, invG, invB);\n            \/\/draws the inverse image in background\n            rect(col, row, 5, 5)\n            fill(pix);\n            \/\/changes the width of ellipses\n            w += dw;\n            if (w &gt; 6 || w &lt; 1) {\n                dw = - dw;\n            }\n\n            ellipse(col, row, w, 6);\n        }\n    }\n\n    \n\n\n\nnoLoop();\n}\n<\/code><\/pre><\/p>\n\n\n\n<p><\/p><\/body><\/html>\n","protected":false},"excerpt":{"rendered":"<p>sketch \/\/Tim Nelson-Pyne \/\/tnelsonp@andrew.cmu.edu \/\/section C \/\/Assignment-09-Project var img; var x = []; var y = []; function preload() { \/\/loads the walking Images img = loadImage(&#8216;https:\/\/i.imgur.com\/gCoIwkQ.jpg&#8217;); } function setup() { createCanvas(480, 480); img.resize(width, height); background(255); img.loadPixels(); } function draw() { \/\/ellipse width var w = 1; \/\/change in ellipse width var dw = .8; &hellip; <a href=\"https:\/\/courses.ideate.cmu.edu\/15-104\/f2021\/2021\/10\/31\/project-09-portrait-3\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Project 09 Portrait&#8221;<\/span><\/a><\/p>\n","protected":false},"author":662,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[111,57],"tags":[],"_links":{"self":[{"href":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2021\/wp-json\/wp\/v2\/posts\/68394"}],"collection":[{"href":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2021\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2021\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2021\/wp-json\/wp\/v2\/users\/662"}],"replies":[{"embeddable":true,"href":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2021\/wp-json\/wp\/v2\/comments?post=68394"}],"version-history":[{"count":1,"href":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2021\/wp-json\/wp\/v2\/posts\/68394\/revisions"}],"predecessor-version":[{"id":68396,"href":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2021\/wp-json\/wp\/v2\/posts\/68394\/revisions\/68396"}],"wp:attachment":[{"href":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2021\/wp-json\/wp\/v2\/media?parent=68394"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2021\/wp-json\/wp\/v2\/categories?post=68394"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2021\/wp-json\/wp\/v2\/tags?post=68394"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}