-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
64 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
--- | ||
title: 'About' | ||
comments: false | ||
author: [""] | ||
--- | ||
|
||
About page | ||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: "Scanning 35mm Film Using Camera" | ||
date: 2024-03-22T17:57:32+01:00 | ||
draft: true | ||
weight: 5 | ||
tags: ["film", "photography"] | ||
--- | ||
|
||
I recently came across an old used micro Nikkor lens. Those are known to be a great choice for scanning film in the film photography community. This lens turned out to be a game changer in my film scanning workflow, producing outstanding scans in even higher resolution. | ||
|
||
## Old micro Nikkor lenses | ||
Nikkor lenses produced around the 1980's are commonly used for film scanning because of their superb optic quality and relatively high avalaibility (used). They were intended for film cameras, but can be mounted directly to nikon DSLRs thanks to the F mount. | ||
|
||
## Scanning setup | ||
My scanning setup consists of: | ||
- Sony A6000 camera | ||
- Sony-E to Nikon-F adapter | ||
- Nikon 55mm f/2.8 AF MICRO-NIKKOR | ||
- Cinestill Cs-lite light | ||
- A 3D printed film holder |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
baseURL: 'https://blog.oli.cx/' | ||
languageCode: 'en-us' | ||
title: 'blog.oli.cx' | ||
theme: 'PaperMod' | ||
|
||
enableInlineShortcodes: true | ||
enableRobotsTXT: true | ||
|
||
|
||
|
||
# Theme settings | ||
|
||
#disqusShortname: 'oli_cx' # use disqus comments | ||
rss: true | ||
|
||
params: | ||
author: "Oliver" | ||
ShowPostNavLinks: true | ||
ShowBreadCrumbs: false | ||
ShowCodeCopyButtons: true | ||
|
||
profileMode: | ||
enabled: false | ||
homeInfoParams: | ||
enabled: true | ||
Title: "Oli's blog" | ||
Content: "blog.oli.cx" | ||
|
||
|
||
menu: | ||
main: | ||
- name: "About" | ||
url: "about/" | ||
weight: 10 | ||
|
||
|
||
taxonomies: | ||
category: "categories" | ||
tag: "tags" | ||
series: "series" | ||
author: "Oli" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.