From e8e8e484e4f2a7b87feae736266481423c59d6c8 Mon Sep 17 00:00:00 2001 From: yangjiaxuan <171295266@qq.com> Date: Fri, 5 Jan 2024 14:43:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=A4=9A=E6=B5=81=E8=BE=93?= =?UTF-8?q?=E5=87=BA=E3=80=81=E8=87=AA=E5=8A=A8=E9=A2=9C=E8=89=B2=E8=AF=86?= =?UTF-8?q?=E5=88=AB=E5=92=8C=E9=BB=91=E7=99=BD=E4=B8=8B=EF=BC=8C=E9=94=90?= =?UTF-8?q?=E5=8C=96=E6=A8=A1=E7=B3=8A=E4=B8=8D=E7=94=9F=E6=95=88=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hgdriver/hgdev/hg_scanner.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/hgdriver/hgdev/hg_scanner.cpp b/hgdriver/hgdev/hg_scanner.cpp index 32fa2c3..7442af2 100644 --- a/hgdriver/hgdev/hg_scanner.cpp +++ b/hgdriver/hgdev/hg_scanner.cpp @@ -5642,7 +5642,6 @@ int hg_scanner::image_configuration(SCANCONF& ic) ic.hsvcorrect = 0; ic.multi_output_red = 0; ic.fadeback = false; - ic.sharpen = 0; ic.removeMorr = 0; ic.textureRemove = 0; ic.errorExtention = 0; @@ -5680,7 +5679,6 @@ int hg_scanner::image_configuration(SCANCONF& ic) ic.multi_output_red = 0; ic.hsvcorrect = 0; ic.fadeback = false; - ic.sharpen = 0; ic.removeMorr = 0; ic.textureRemove = 0; ic.is_colorcast = false; @@ -5692,7 +5690,6 @@ int hg_scanner::image_configuration(SCANCONF& ic) ic.hsvcorrect = 0; ic.multi_output_red = 0; ic.fadeback = false; - ic.sharpen = 0; ic.removeMorr = 0; ic.textureRemove = 0; ic.errorExtention = 0;