Ir al contenido principal

Assignment #7. Somewhere, Photoshop





Dear blog, this project is called somewhere. I had fun while doing this one, I wanted to create something authentic. I placed myself in a vintage cafe, also I add some pills to the picture simulating that I took them and passed out. I wanted to create something dramatic. My weakness in this piece is my hair that I could not cut perfectly from the original image making it look unrealistic. Although it might look simple, I put a lot effort while creating this project, 





Comentarios

Entradas populares de este blog

Assignment #10. Animation Video

Dear blog, we had to create an animation video in Photoshop. For me was really hard because I had zero knowledge about the creation of videos in Photoshop. After several attempts, I did learn how to put all the images together. This one was really special because I made it about my friends here at UT. Then the audio was created on GarageBand, I mixed loops and my voice. I was ashamed of doing that but it ended up pretty awesome. Animation: https://www.youtube.com/watch?v=8G7Ht61_flc and with the audio below here:

Assignment #8. Art Project, Photoshop

Dear blog, this project is one of my favorites and I know that my professor really liked too. At the beginning it was hard, and I had to repeat it two or three times until I finally got this great result. I really like Frida Kahlo's art and poems. I feel very related to her in many ways, so she perfectly fit me in the image.The picture of myself that I chose was picked on purpose, so that this project would look amazing. Undoubtedly, one of my favorites!!

Assignment #2. Canvas Final Project

Dear blog, this is my canvas final project. I had stressful moments during this assignment. At the beginning was hard to understand how to use these codes in order to create great images. Finally, after three days of trying different codes, I managed to create this car on a road with mountains. I know it does not look complex, but I felt really proud of myself when I finished this one. My code: <html> <head> <meta charset="UTF-8"> <title> ART 210 - CANVAS FINAL PROJECT </title> <style type="text/css"> body,td,th { font-family: Helvetica, Arial, sans-serif; font-size: 12px; color: rgba(0,0,0,1); } body { background-color: rgba(255,255,255,1.00); } #myCanvas { border: rgba(102,0,255,1) medium dashed; } </style> </head> <body> <canvas id="myCanvas" width="800" height="600"></canvas> <script> var canvas = document.getE...