Start of crop widget

This commit is contained in:
2025-08-03 21:23:42 +02:00
parent a423ceb669
commit 447354266c
5 changed files with 229 additions and 99 deletions

View File

@ -4,7 +4,8 @@
"1": "inverted_image",
"2": "opened_raw",
"3": "monochrome",
"4": "oriented_image"
"4": "oriented_image",
"5": "cropped_image"
},
"widgets": [
{
@ -20,7 +21,7 @@
"widget_type": "PipelineStageViewer",
"config": {
"pipeline_config": {
"stage_in": 4,
"stage_in": 5,
"stage_out": null
}
}
@ -73,7 +74,7 @@
"widget_type": "HistogramWidget",
"config": {
"pipeline_config": {
"stage_in": 4,
"stage_in": 5,
"stage_out": null
}
}
@ -82,7 +83,7 @@
"widget_type": "ExportStage",
"config": {
"pipeline_config": {
"stage_in": 4,
"stage_in": 5,
"stage_out": null
}
}
@ -95,11 +96,20 @@
"stage_out": 4
},
"orientation": {
"rotation": 0,
"rotation": 180,
"mirror_h": "False",
"mirror_v": "False"
}
}
},
{
"widget_type": "CropWidget",
"config": {
"pipeline_config": {
"stage_in": 4,
"stage_out": 5
}
}
}
]
}