// configuration file to integrate spektrafilm // (https://github.com/andreavolpato/spektrafilm) // into ART as an "external 3dLUT". // // Assumes that spektrafilm is installed in the Python interpreter available // from the system PATH. If this is not the case (e.g. spektrafilm is installed // in a virtual env), change the command line to point to the right Python // interpreter (e.g. "/path/to/virtualenv/bin/python3" or similar) // // {"ART-lut3d" : { "command" : "python3 spektrafilm_mklut.py --server", "server" : true, "params" : [ ["input_gain", "Input gain (Ev)", -4.0, 4.0, 0.0, 0.05], ["output_black_offset", "Output black offset", -1.0, 1.0, 0.0, 0.01], ["film", "Film stock", [ ["Fujifilm Pro 400h", 4], ["Fujifilm Xtra 400", 5], ["Fujifilm c200", 6], ["Kodak Ektar 100", 7], ["Kodak Gold 200", 2], ["Kodak Portra 160", 8], ["Kodak Portra 400", 0], ["Kodak Portra 800 (1 stop push)", 10], ["Kodak Portra 800 (2 stops push)", 11], ["Kodak Portra 800", 9], ["Kodak Ultramax 400", 1], ["Kodak Verita 200D", 19], ["Kodak Vision3 200t", 13], ["Kodak Vision3 250d", 12], ["Kodak Vision3 500t", 14], ["Kodak Vision3 50d", 3], ["Fujifilm Provia 100f (Positive)", 18], ["Fujifilm Velvia 100 (Positive)", 17], ["Kodak Ektachrome 100 (Positive)", 15], ["Kodak Kodachrome 64 (Positive)", 16] ], 0], ["paper", "Print paper", [ ["Fujifilm Crystal Archive Type II", 4], ["Kodak Ektacolor Edge", 1], ["Kodak Endura Premier", 0], ["Kodak Portra Endura", 3], ["Kodak Supra Endura", 2], ["Kodak Vision 2383 Print Film", 6], ["Kodak Vision Premier 2393 Print Film", 5], ["None", 7] ], 0], ["camera_expcomp", "Exposure compensation (Ev)", -10.0, 10.0, 0, 0.1], ["print_exposure", "Print exposure", 0.05, 5.0, 1.0, 0.01], ["auto_ym_shifts", "Auto adjust", false, "Print filter shift", "Try to automatically adjust shifts to neutralize color casts on middle gray"], ["y_shift", "Y filter (yellow/blue)", -20, 20, 0, 0.1, "Print filter shift"], ["m_shift", "M filter (magenta/green)", -20, 20, 0, 0.1, "Print filter shift"], ["dir_couplers_amount", "Dir couplers amount", 0, 2, 1, 0.01], ["film_gamma", "Film gamma factor", 0.01, 2.0, 1.0, 0.01], ["print_gamma", "Print gamma factor", 0.01, 2.0, 1.0, 0.01], ["preflash_exposure", "Exposure", 0.0, 1.0, 0.0, 0.001, "Preflash"], ["preflash_y_shift", "Y filter shift (yellow/blue)", -20, 20, 0, 0.1, "Preflash"], ["preflash_m_shift", "M filter shift (magenta/green)", -20, 20, 0, 0.1, "Preflash"] ], "label" : "Spektrafilm Film Simulation" }}