Add framing tool ProcParams

* Adds FramingParams parameter struct to ProcParams
* Implement saving and writing to struct from framing tool GUI
This commit is contained in:
Daniel Gao
2024-11-07 14:28:51 -05:00
parent b472fbf2ab
commit 8e68eccb85
4 changed files with 331 additions and 3 deletions

View File

@@ -1705,6 +1705,7 @@ struct ParamsEdited {
ChannelMixerParamsEdited chmixer;
BlackWhiteParamsEdited blackwhite;
ResizeParamsEdited resize;
FramingParamsEdited framing;
SpotParamsEdited spot;
ColorManagementParamsEdited icm;
RAWParamsEdited raw;