File size: 1,928 Bytes
d699666 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 | {
"recipe_dim": 21,
"linear_dims_0_to_16": [
"exposure_ev",
"temperature",
"tint",
"shadows",
"highlights",
"contrast",
"tone_curve_0",
"tone_curve_1",
"tone_curve_2",
"tone_curve_3",
"tone_curve_4",
"shadow_tone_strength",
"highlight_tone_strength",
"saturation",
"vibrance",
"fade",
"vignette"
],
"linear_specs": {
"exposure_ev": {
"min": -2.0,
"max": 2.0
},
"temperature": {
"min": -1.0,
"max": 1.0
},
"tint": {
"min": -1.0,
"max": 1.0
},
"shadows": {
"min": -1.0,
"max": 1.0
},
"highlights": {
"min": -1.0,
"max": 1.0
},
"contrast": {
"min": -1.0,
"max": 1.0
},
"tone_curve_0": {
"min": 0.0,
"max": 1.0
},
"tone_curve_1": {
"min": 0.0,
"max": 1.0
},
"tone_curve_2": {
"min": 0.0,
"max": 1.0
},
"tone_curve_3": {
"min": 0.0,
"max": 1.0
},
"tone_curve_4": {
"min": 0.0,
"max": 1.0
},
"shadow_tone_strength": {
"min": 0.0,
"max": 0.3
},
"highlight_tone_strength": {
"min": 0.0,
"max": 0.3
},
"saturation": {
"min": -1.0,
"max": 1.0
},
"vibrance": {
"min": -1.0,
"max": 1.0
},
"fade": {
"min": 0.0,
"max": 1.0
},
"vignette": {
"min": 0.0,
"max": 1.0
}
},
"hue_dims": {
"17_18": "shadow_tone_hue -> [sin, cos]",
"19_20": "highlight_tone_hue -> [sin, cos]"
},
"styles": {
"natural": 0,
"vivid": 1,
"cinema": 2,
"portrait": 3,
"film": 4,
"moody": 5
},
"scene_tags": {
"human": 0,
"face_visible": 1,
"skin_visible": 2,
"portrait": 3,
"indoor": 4,
"outdoor": 5,
"night": 6,
"low_light": 7,
"backlit": 8,
"high_dynamic_range": 9
}
} |