ict-site/photography/final-ps.html
2017-02-25 15:05:23 -06:00

89 lines
6.4 KiB
HTML
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="../css/bootstrap.min.css">
<link rel="stylesheet" href="../css/font-awesome.min.css">
<link rel="stylesheet" href="../css/animations/entry_animations.css">
<link rel="stylesheet" href="../css/animations/animations.css">
<link rel="stylesheet" href="../css/main.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>HighDef - Home</title>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#main-navbar">
<i class="fa fa-bars" aria-hidden="true" style="color: white;"></i>
</button>
<a class="navbar-brand" href="index.html" style="padding-top: 3px;"><img src="../assets/MrUltraBrand.png" style="width: 200px;"></a>
</div>
<div class="collapse navbar-collapse" id="main-navbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="photography.html" style="font-size: 17px;"><i class="fa fa-arrow-circle-left" aria-hidden="true"></i> Back</a></li>
</ul>
</div>
</div>
</nav>
<div class="wrapper">
<div class="nooverflow-bg" style="left: 0px; top: 0px; width: 75vw; height: 50vh;">
<img src="../assets/cybercircle1.png" style="left: -200px; top: -140px;" class="cybercircle-left">
</div>
<div class="nooverflow-bg" style="bottom: 0px; right: 0px; width: 50vh; height: 49vh;">
<img src="../assets/cybercircle2.png" style="right: -125px;" class="cybercircle-right">
</div>
<div class="nooverflow">
<div class="nooverflow">
<div class="box-center" style="bottom: 0px; margin-bottom: 0px;">
<h1 class="entry-bottom" style="bottom: 0px;">Reflection</h1>
</div>
</div>
<div class="box-left entry-left">
<h2 class="">Planning</h2>
<p class="">I would like to create an image to be a ingame snapshot of a prerelease version of a fictional video game using augmented reality. Thus, I will go for a futuristic heads up display seen in sci fi genre movies (ex. Iron Man). I will be adding holographic effects and try to make all overlay objects as sci fi as possible. I then include labels similar to that of a stereotypical advertisement that's trying to not give too much away (i.e eye candy with a lot of hints to new features).</p>
</div>
<div class="box-right entry-right">
<h2 class="">Editing</h2>
<p class="">While editing, most of it was free style and just using tools that would permit the image to follow a consistent theme of high tech. I wanted to give the feeling of wearing a heads up display that showed what a drone was seeing, or maybe something similar to Iron-Man.</p>
</div>
<div class="box-left entry-left auto-size">
<h2 class="">Results</h2>
<img src="https://docs.google.com/uc?id=0B-cHXvTzYnfASXI0M01GYXBOUU0" alt="Data Overhead" class="auto-size">
<p>I call this a partial success because near the end, when I added the extra labels, I feel that it broke the emmersion a bit. If I was to make some changes, I would make the labels less intrusive, and also tone down on the motion blur. My original idea was to use the motion blur to remove the destractions around the subject, but this kind of backfired as it made the picture slightly more messy.</p>
</div>
<div class="box-right entry-right">
<h2>Review</h2>
<p>Harrisons Final Image is a photo of the Human Rights Museum. The Photo itself is a good photo, and in my opinion, the photo manages to strike a wonderful balance between a scenic shot and a shot of a model. The Human Rights Museum is quite small, however given that we receive the horizon as well as the museum, I dont mind. The use of the rule of thirds helps validate the photo as a whole and is the real reason why I consider Harrisons photo to be excellent.
<br>
In Photoshop, Harrison added a Heads Up Display, and a sense of motion. The HUD is futuristic with a compass, a cyber-circle a holographic object, what appears to be a terminal, and a couple more items.
<br>
The mistake that hurt the most was the brightness of the image. It is hard to read the HUD when the image is so bright. For example, at first, I had no Idea why the blur effect present on Harrison's photo gave the sensation of motion. I thought it as a mistake on Harrisons part. However the HUD shows a speed at the bottom left. In a situation where I could properly read the HUD, I easily would have known why Harrison had included that specific type of blur, however since the strain on my eyes was a tad bit too uncomfortable for me, I didnt know and became confused.
<br>
Luckily enough, the clarity of the HUD is the only major problem I have with Harrison's image. The File size is something to take note (68MB) however given that compressing the photo would have ruined the image I cant say the decision was bad.
<br>
In summary, the photo is amazing, the photo shopping skills are impressive but the brightness of the background kills the image for me. It becomes impossible to truly enjoy the photo when you cant read the “eye candy” in a sense.</p>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>