Posts

Showing posts from February, 2018

Icon Project

Image
For my project I decided to choose something that would eventually be very usuful in my future.  I created a personal icon to use on my photographs or project as a symbol of my work. In the icon I incorporated a self portait holding a camera.

ASC II Project

Image
For my project, I referenced a portrait of David Bowie, and simplified the lines to create a digital image of the photograph from codes. <!DOCTYPE HTML> <html> <head> <script> window.onload = function() { var canvas = document.getElementById("myCanvas"); var context = canvas.getContext("2d"); ////////////////////////////////////// start below this line ˇˇˇˇˇˇˇˇˇˇ //box context.beginPath(); context.rect(0,25,800,525); context.fillStyle='yellow'; context.fill(); context.stroke(); //glasses //left side frame context.beginPath(); context.moveTo(153,206); context.lineTo(125,212.5); context.quadraticCurveTo(125,212,132,227); context.lineTo(170,222); context.fillStyle='rgb(0,100,100)'; context.fill(); context.stroke(); //hair context.beginPath(0); context.moveTo(112.5,25); context.quadraticCurveTo(50,80,80,120); context.quadraticCurveTo(100,215.5,135,