Monday, April 30, 2018

Rotoscope Video

World of Dance
        For this final project for digital media was the top of the icing for how my design animation video came out. At first animated a video was a challenge and it took a lot of hours and so much time consuming but it was all worth it at the end. I enjoyed how my background production turned out and how detail each of my parts of the background were placed. I also had to create so many layers then I ever had to do; but I enjoyed the challenge because this was my first ever animated video that I have ever did before. I like how I improved and learned so much from the beginning of this course to now that I can honestly say that I am overall proud of how my animated video turned out.  

Monday, April 9, 2018

Poster Project.

My results of my Poster design.

Poster Project


by: Rachael Platten
          The poster project was fun and amazing to had worked with. I loved how I got to choose a song that I can relate too and turn in related objects or figures and put them into the making's of the background. My choice for photos were right at the point to relate to the song choice. I enjoy photoshop and I am also learning a lot of how to change the hue saturation. Even learning how to work with masking. For example I had chosen to put a PRIDE ribbon inside of a ocean globe to reflect the scene of the sunset. I also was thrilled of how the sunset was the capture of the photograph. Overall this project has really stepped me up into knowing new learning skills behind PhotoShop; I feel more comfortable of working with this program then I have ever did before. 

Monday, April 2, 2018

Self-Insertion Project


        The Self-Insertion Project was overall very interesting and fun to had done. I like how I got to learn how to incorporate two different scenes and mash them up into a new photograph. What brought out my final photograph was with the shadow effects casting over my body and unto the rocks. It really feels like I was in this wonderful country of Ireland. The light source in the Ireland photograph and the light source the image of myself help a lot of bringing the image to alive and believable. I overall love how PhotoShop works and can not wait to experience more designs in this program. 
  

Monday, March 19, 2018

Vector Image of a Portrait

                                                            New Version of my Vector Image







Saturday, March 17, 2018

Vector Image of a Portrait



          Overall my Vector image came out to be a well design portrait. I chose to design a portrait of my dearest best friend, who is from and lives in Vancouver, Canada. With my background; their was really no images; so I basically had to come up with a background design. I thought what better way to show the cultures of this portrait then with where the individual is from. The symbol of Canada. My best thing I like about my design was how the textures of the hair came out. It took a lot of layers with my design, but it was all worth it at the end of the project! I enjoy how I got to play around with the different color patterns and to be able to fit the right position of the original photo. I believe out of all of my designs so far; I enjoy this project the best! 

Wednesday, February 28, 2018

AustinWiseGuyExquisiteCorpse


            This is my exquisite corpse of the original drawing and then to my final drawing. Overall this project was very exciting and fun to play with. I liked how I got to learn how to properly incorrupt line segments and be able to use the range of colors to my intense. I also learned how to put background colors in my work, and to be able to place objects behind images. I used bright colors in my design to express the abstract parts of the body or to the effects of the sky or ocean. I am getting better as each project comes along. Practice makes perfect; like I tell myself. Seeing the dimensions to come together at the end of the project made me feel joyful.  

Saturday, February 17, 2018

Austin's Icon Project of "TAMPA PRIDE"

           My final works of my icon . Overall my design consists of a icon of the "TAMPA PRIDE". Sights I am apart of the UTampaPride club and a supporter of the LGBTQ. Then what better way then to correspond both PRIDE and the love of Tampa together. My color choices are visual abstract; meaning that I love the rainbow colors and like to express in colors. My ideas of the letter T; was sights Tampa has beaches and the bay; an anchor was the best to represent the icon. Overall this icon project was fun and exciting. Happy how my icon came altogether! 

Project 2: Icon of TampaPride

      My introduction of my Original design of my Icon that I came up with. Sights I am apart of the UTampaPride Club on campus for UT and a supporter of the the LGBTQ communities; what better way to come up with a Icon then to represent Tampa and the Pride we all share.  Having a associate icon with colors inspires me, so this is the reason to my color choices; plus like the abstract of the rainbow and the meanings's behind them. Overall I love the Tampa Bay area so much that I had to show my love and support to put TAMPA in my icon. With the letter T, Tampa has beaches so what better way to represent then a anchor for our Tampa Bay! I enjoy this project and happy to how my design came out!

Friday, February 2, 2018

ASCII Project : Graphic of Track and Field Symbol

Logo Code

<!DOCTYPE HTML>
<html>
<head>
<style type="text/css">
body {
background-color: #C9FFE5;
}
</style>
</head>
<body>
<canvas id="myCanvas" width="800" height="600"></canvas>
<script>
window.onload = function() {
var canvas = document.getElementById("myCanvas");
var context = canvas.getContext("2d");

////////////////////////////////////// start below this line ˇˇˇˇˇˇˇˇˇˇ



context.beginPath();
context.moveTo(282, 406);
context.lineTo(200, 475);
context.bezierCurveTo(180, 500, 160, 450, 100, 500);
context.quadraticCurveTo(120, 550, 200, 550);
context.quadraticCurveTo(270, 550, 300, 530);
context.bezierCurveTo(335, 510, 370, 450, 278, 405);
context.fillStyle = 'red';
context.lineWidth = 10;
context.fill();
context.stroke();

context.beginPath();
context.moveTo(346, 532);
context.lineTo(440, 500);
context.quadraticCurveTo(500, 490, 480, 420);
context.quadraticCurveTo(400, 405, 405, 405);
context.quadraticCurveTo(330, 385, 360, 470);
context.lineTo(350, 530);
context.fillStyle = 'red';
context.lineWidth = 10;
context.fill();
context.stroke();

context.beginPath();
context.moveTo(395, 310);
context.lineTo(330, 340);
context.lineTo(290, 390);
context.lineTo(327, 400);
context.lineTo(410, 370);
context.lineTo(390, 310);
context.fillStyle = 'red';
context.lineWidth = 10;
context.fill();
context.stroke();

context.beginPath();
context.moveTo(500, 140);
context.lineTo(500, 135);
context.lineTo(400, 150);
context.bezierCurveTo(385, 155, 300, 230, 325, 209);
context.quadraticCurveTo(270, 250, 280, 310);
context.lineTo(300, 340);
context.lineTo(398, 292);
context.lineTo(425, 370);
context.lineTo(425, 397);
context.lineTo(487, 410);
context.quadraticCurveTo(640, 450, 751, 400);
context.lineTo(700, 400);
context.lineTo(590, 380);
context.lineTo(690, 375);
context.quadraticCurveTo(700, 375, 740, 350);
context.lineTo(650, 350);
context.lineTo(600, 350);
context.lineTo(540, 325);
context.lineTo(700, 330);
context.lineTo(770, 310);
context.lineTo(750, 305);
context.lineTo(555, 280);
context.lineTo(500, 270);
context.lineTo(630, 240);
context.lineTo(780, 250);
context.lineTo(760, 240);
context.lineTo(690, 220);
context.lineTo(620, 200);
context.lineTo(790, 190);
context.lineTo(680, 170);
context.lineTo(500, 134);
context.fillStyle = 'white';
context.lineWidth = 10;
context.fill();
context.stroke();













////////////////////////////////////// end above this line ˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆ

};

</script>

</body>
</html>

Wednesday, January 17, 2018

Austin Meets Tampa

          
New Adventure 
            Hey there, my name is Austin Ard . I am a junior transfer student here at UT. I am a graphic design major. I live at the Urso Hall here at UT and experiencing living in dorms for the first time. Tampa is new to me, because I am coming from the state of Mississippi. The main thing I would like to expect from digital media here at UT is to be able to work more with the digital graphs and learn how to make designs to come alive and learning the codes.