Files
NegStation/negstation_widgets.json
2025-08-04 18:12:08 +02:00

115 lines
3.1 KiB
JSON

{
"pipeline_order": {
"0": "opened_image",
"1": "inverted_image",
"2": "opened_raw",
"3": "monochrome",
"4": "oriented_image",
"6": "framed_image"
},
"widgets": [
{
"widget_type": "OpenImageWidget",
"config": {
"pipeline_config": {
"stage_in": null,
"stage_out": 0
}
}
},
{
"widget_type": "PipelineStageViewer",
"config": {
"pipeline_config": {
"stage_in": 6,
"stage_out": null
}
}
},
{
"widget_type": "InvertStage",
"config": {
"pipeline_config": {
"stage_in": 3,
"stage_out": 1
}
}
},
{
"widget_type": "OpenRawWidget",
"config": {
"pipeline_config": {
"stage_in": null,
"stage_out": 2
},
"raw_config": {
"demosaic_algorithm": "DemosaicAlgorithm.AHD",
"output_color": "ColorSpace.sRGB",
"output_bps": "16",
"use_camera_wb": "True",
"use_auto_wb": "False",
"user_wb": "(1.0, 1.0, 1.0, 1.0)",
"bright": "1.0",
"no_auto_bright": "False",
"gamma": "1.0",
"half_size": "False",
"four_color_rgb": "False"
}
}
},
{
"widget_type": "LogWindowWidget",
"config": {}
},
{
"widget_type": "MonochromeStage",
"config": {
"pipeline_config": {
"stage_in": 2,
"stage_out": 3
}
}
},
{
"widget_type": "HistogramWidget",
"config": {
"pipeline_config": {
"stage_in": 6,
"stage_out": null
}
}
},
{
"widget_type": "ExportStage",
"config": {
"pipeline_config": {
"stage_in": 6,
"stage_out": null
}
}
},
{
"widget_type": "OrientationStage",
"config": {
"pipeline_config": {
"stage_in": 1,
"stage_out": 4
},
"orientation": {
"rotation": 180,
"mirror_h": "False",
"mirror_v": "False"
}
}
},
{
"widget_type": "FramingWidget",
"config": {
"pipeline_config": {
"stage_in": 4,
"stage_out": 6
}
}
}
]
}