Ir al contenido principal

Assignment #4. Gradient Mesh


Dear blog, this lamp has a special value for me. It was the first thing I bought when I arrived at The University of Tampa. I remember trying to find a place in my dorm room where it could perfectly fit. I really like the result of the project, as I consider this one to be one of the hardest. I spent hours on this one. The gradient mesh tool was hard to use at the beginning. However, after several youtube tutorials, I finally got the result I wanted. I have the original and the one created by me in Adobe Illustrator.





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...