pub const MaaCtrlOptionEnum_MaaCtrlOption_ScreenshotResizeMethod: MaaCtrlOptionEnum = 6;Expand description
Set the interpolation method used when resizing screenshots. Value corresponds to cv::InterpolationFlags: INTER_NEAREST=0, INTER_LINEAR=1, INTER_CUBIC=2, INTER_AREA=3, INTER_LANCZOS4=4 Default is INTER_AREA (3).
value: int, eg: 3; val_size: sizeof(int)