Values.OutputResolutionStackInputSourceThe input structure representing Output Resolution for Stacking Operation.
type nonrec t = {predefined : PredefinedResolution.t option;A string value representing Predefined Output Resolution for a stacking operation. Allowed values are HIGHEST, LOWEST, and AVERAGE.
*)userDefined : UserDefined.t option;The structure representing User Output Resolution for a Stacking operation defined as a value and unit.
*)}