Skip to content

Instantly share code, notes, and snippets.

View danielmontenegro's full-sized avatar

Daniel Montenegro danielmontenegro

View GitHub Profile
@danielmontenegro
danielmontenegro / gist:144f36e90a70db14b8cf2fb49c52b8a1
Created August 24, 2016 14:20 — forked from jfromaniello/gist:4087861
socket-io.client send the cookies!
/*
* Little example of how to use ```socket-io.client``` and ```request``` from node.js
* to authenticate thru http, and send the cookies during the socket.io handshake.
*/
var io = require('socket.io-client');
var request = require('request');
/*
* This is the jar (like a cookie container) we will use always

X100T Darktable Workflow [WIP]

Basic workflow

  • 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.