Ir al contenido principal

Assignment #6. Autography, Photoshop


Dear blog here starts the Photoshop part of the class.When I finally thought that I was becoming better at Illustrator, the class moved to the utilization of Photoshop. I was so scared and sad at the beginning because I did not know how to use this application. After hours of dedication and practice, I used my creativity to create this project. I cut the image and used repetition in order to generate a profundity and modern effect. The colors I used give vibrancy and modernism to my art piece. This project is one of my favorites.





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