summaryrefslogtreecommitdiff
path: root/src/photography/index.php
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2022-10-28 17:36:28 -0700
committerKai Stevenson <kai@kaistevenson.com>2022-10-28 17:36:28 -0700
commit09feefc9f04b38420a198b6f69895b242832ad30 (patch)
treef4901d6c67ecfed074ca5a0028a9a7964ac7a70a /src/photography/index.php
parent04cd72c5b46a16b7b82d581f22fe74d2f1e4916e (diff)
changed the file structure
Diffstat (limited to 'src/photography/index.php')
-rw-r--r--src/photography/index.php21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/photography/index.php b/src/photography/index.php
new file mode 100644
index 0000000..49141b0
--- /dev/null
+++ b/src/photography/index.php
@@ -0,0 +1,21 @@
+<?php
+$title = "Photography";
+require($_SERVER["DOCUMENT_ROOT"] . "/head.php");
+require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
+?>
+<p>
+ My photos come from either my iPhone 13 Pro, which takes pretty bad pictures, or my Canon 6D MK II, which is a full-frame DSLR.
+ For my DSLR, I almost always use my 50mm f/1.8 prime lens. Rarely, I instead use a 70-300mm telephoto zoom. Some of my photos will
+ have metadata attached if you're curious about the settings I use. In good light, I shoot from around 1/2000, 100iso, f/1.8, ranging to
+ 1/500, 400iso, f/6. In dark conditions, I shoot at around 1/200, 2000iso, f/1.8. Of course, a wide open aperture induces some significant
+ gaussian blurring, so that is a stylistic element that I sometimes want and sometimes don't. It does mean that I can minimize grain and motion blur.
+ The other thing that comes up is focal plane issues. Sometimes the plane of my subject does not exactly match the plane of focus, in which case
+ I will be forced to step down the aperture. I try not to go below f/8 if I can help it, because the image becomes less clear.
+ You may notice a vignette in some of pictures. This is usually not intentional--my lens just tends to do that. I'm too lazy to fix it in post.
+ On the note of post-processing, I don't do it much. Sometimes I retouch shadows and highlights, but I try to stay away from colour, with the notable
+ exception of my B&W work.
+</p>
+<p>
+ There're no photos here because I haven't figured out how I want to handle serving images.
+</p>
+<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?>