Pipeline Structure
{
"pipeline": [
{
"filter": "filter_name",
"params": {
"param1": "value1",
"param2": "value2",
.
.
.
}
}
],
"statistics": {
"histograms": {
"histogramType1": (bool),
"histogramType2": (bool),
.
.
.
}
},
"output_suffix": (string),
"output_extension": (string) <= "auto" | "jpg" | "jpeg" | "png" | "ppm"
}
Note: Visual histogram rendering is not supported in
the web version. If enabled, raw statistical data
will be included in JSON format within the processed
output.