- Copy a film roll (a directory of RAW images) into a directory on the machine running Darktable.
- Import the film roll into Darktable.
- Review the images using lighttable mode and remove any images that are beyond repair.
- Take a snapshot of the image so we can do a before and after comparison.
- Adjust the white balance.
- Exposure compensation and recovery.
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
SPC | |
SPC: find file | |
, switch buffer | |
. browse files | |
: MX | |
; EX | |
< switch buffer | |
` eval | |
u universal arg | |
x pop up scratch |
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
/** | |
* A simple theme for reveal.js presentations, derived from serif.css | |
* It's in the spirit of the Metropolis theme for beamer https://github.com/matze/mtheme | |
* | |
* This theme is Copyright (C) 2016 Vince Hodges, http://sourdoughlabs.com - it is MIT licensed. | |
*/ | |
@import url('https://fonts.googleapis.com/css?family=Fira+Sans'); | |
.reveal a { |
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
// CREDIT TO BEEZLY for a lot of this, I just adapted it a bit and added more documentation :) | |
// --> BEEZLY's work: https://gist.github.com/beezly/9b2de3749d687fdbff3f | |
// To make this work: | |
// 1) create a new Google Sheet (name it whatever you'd like, e.g., "Nest Data") | |
// 2) on the menu bar click Tools -> Script Editor... to open Script Editor (new window) | |
// 3) in Script Editor delete all the default scripts/files, and create a new one (I called it "NestScript.gs") | |
// 4) cut and paste this entire file into NestScript.gs, then SAVE THE SCRIPT | |
// 5) on the menu bar click Publish -> Deploy as Web App | |
// select "Execute the App as Me" |