Popular posts from this blog
Introduction
Hello! My Name is Mai Reyna. Some things about me: -I'm from Tampa, Florida. I am originally from Okinawa, Japan. -I am a graphic desgin major. -I started photography when I was 13 and have been very passionate since then. -I play guitar, ukulele, and some piano. -I listen to a lot of 70s, 60s rock such as The Beatles, Jimi Hendrix, Fleetwood Mac, Pink Floyd... but also some modern indie rock and folk like Father John Misty and Hippo Campus :) I am very excited to take this course so I can understand and learn the world of art in the digital form! Below you can see some of my photos I've taken.
ASC II Project
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,...

Comments
Post a Comment