1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 00:28:20 +08:00

Add: Image de-dithering

This commit is contained in:
LmeSzinc
2022-02-05 17:10:37 +08:00
parent 36d805fea7
commit 95d4da328b
9 changed files with 29 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ class GeneratedConfig:
Emulator_Server = 'cn' # cn, en, jp, tw
Emulator_ScreenshotMethod = 'ADB' # ADB, uiautomator2, aScreenCap
Emulator_ControlMethod = 'minitouch' # ADB, uiautomator2, minitouch, Hermit
Emulator_ScreenshotDedithering = False
# Group `Error`
Error_HandleError = True