Skip to content

Commit b611751

Browse files
committed
fix text
1 parent 7fb8113 commit b611751

1 file changed

Lines changed: 6 additions & 14 deletions

File tree

0/index.html

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,12 @@
117117
<h1>Photography Project - Perspective and Depth</h1>
118118

119119
<div class="intro">
120-
<p>This project explores the fascinating relationship between camera distance, focal length, and perspective in photography. Through practical examples, we demonstrate how the same subject can appear dramatically different based on shooting techniques.</p>
120+
<p>This blog post? aims to show the result of varying camera distance as a way to create different perspectives and compare their results. </p>
121121
</div>
122122

123123
<h2>1. Selfie: The Wrong Way vs. The Right Way</h2>
124124

125-
<p>The first comparison demonstrates the dramatic difference between close-up and distant photography when capturing portraits.</p>
125+
<p>The first comparison shows the difference between close-up and distant photos in the context of selfies.</p>
126126

127127
<div class="comparison-grid">
128128
<div class="comparison-item">
@@ -139,12 +139,12 @@ <h2>1. Selfie: The Wrong Way vs. The Right Way</h2>
139139
</div>
140140

141141
<div class="intro">
142-
<p>The key difference lies in perspective distortion. When photographed from close up with a wide angle, facial features appear compressed and distorted due to the rapid change in depth. A photo taken from further away with zoom maintains more natural proportions because the relative depth differences are less pronounced.</p>
142+
<p>The difference in these photos comes from a difference in perspectives. When a photo is taken from close up the angle of the photograph is much wider and makes differences in depth much more noticable. This makes the face look much more compressed and distorted due to the rapid change in depth. A photo taken from further away with zoom has a much more reasonable angle that we would expect to see and thus looks more natural.</p>
143143
</div>
144144

145145
<h2>2. Architectural Perspective Compression</h2>
146146

147-
<p>This second example shows how distance and focal length affect the perception of architectural spaces and objects.</p>
147+
<p>This second example shows how distance affects the perception of architectural spaces and objects.</p>
148148

149149
<div class="comparison-grid">
150150
<div class="comparison-item">
@@ -161,23 +161,15 @@ <h2>2. Architectural Perspective Compression</h2>
161161
</div>
162162

163163
<div class="intro">
164-
<p>The architectural comparison reveals how zooming in from a greater distance compresses the scene. Elements like the whiteboard on the right appear more compressed in the zoomed shot, demonstrating that <strong>zooming in from far away is not equivalent to simply moving closer</strong> to the subject.</p>
164+
<p>The comparison of the two images is an exmaple in how zooming in from a greater distance compresses the scene. Elements like the whiteboard on the right appear more compressed in the zoomed shot, again showing that zooming in from far away is not equivalent to simply moving closer to the subject.</p>
165165
</div>
166166

167167
<h2>3. The Dolly Zoom Effect</h2>
168-
169-
<p>The dolly zoom (also known as the "Vertigo effect") is a cinematographic technique that combines camera movement with zoom to create a dramatic perspective shift.</p>
170-
168+
171169
<div class="image-container">
172170
<img src="media/animation.gif" alt="Dolly zoom animation">
173171
<div class="image-caption">Dolly Zoom Animation - Camera moves backward while zooming in</div>
174172
</div>
175-
176-
<div class="intro">
177-
<p><strong>Technical Explanation:</strong> In a dolly zoom, the camera physically moves away from the subject while simultaneously zooming in (or vice versa). This technique keeps the main subject the same size in frame while dramatically altering the background perspective, creating an unsettling visual effect that suggests psychological tension or revelation.</p>
178-
179-
<p>This effect demonstrates the fundamental principle that <em>camera distance and focal length are independent variables</em> that can be manipulated to create vastly different visual experiences, even when the subject appears to remain the same size.</p>
180-
</div>
181173

182174
</body>
183175
</html>

0 commit comments

Comments
 (0)