From a2ddc057c00cc894ec6f6240d43433c57515eb1a Mon Sep 17 00:00:00 2001 From: 13038267101 Date: Tue, 13 Sep 2022 11:52:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hgdriver/hgdev/common_setting.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/hgdriver/hgdev/common_setting.h b/hgdriver/hgdev/common_setting.h index 5703768..d430ea7 100644 --- a/hgdriver/hgdev/common_setting.h +++ b/hgdriver/hgdev/common_setting.h @@ -781,22 +781,22 @@ typedef struct tagHhardware_Params // typedef struct _scan_conf { - unsigned char papertype; /**< the current paper source ADF or Flatbed>*/ - unsigned char paperAlign; + unsigned char papertype; /**< 纸张尺寸>*/ + unsigned char paperAlign; /**< 纸张尺寸是否横向>*/ unsigned char en_sizecheck; /**< 尺寸检测>*/ float imageRotateDegree; /**< 旋转>*/ - unsigned char is_duplex; /**< True to use duplex false for simplex, ignored if flatbed*/ + unsigned char is_duplex; /**< 是否双面*/ unsigned char en_fold; /**< 对折>*/ - int pixtype; /**< type of pixels to transfer image as>*/ + int pixtype; /**< 颜色模式>*/ int automaticcolor; /**< 顔色自動識別>*/ int automaticcolortype; /**< 顔色自動識別后非彩色上傳類型>*/ - float resolution_dst; /**< horizontal resolution>*/ - float resolution_native; - float gamma; /**< Gamma>*/ - float contrast; /**< Contrast>*/ - float brightness; /**< Brightness>*/ - float threshold; /**< Threshold>*/ + float resolution_dst; /**< 设置分辨率>*/ + float resolution_native; /**< 保存分辨率>*/ + float gamma; /**< 伽马值>*/ + float contrast; /**< 对比度>*/ + float brightness; /**< 亮度>*/ + float threshold; /**< 阈值>*/ unsigned char is_autocontrast; /**< 自动对比度>*/ unsigned char is_autocrop; /**< 自动裁切>*/ unsigned char is_autodiscradblank_normal; /**< 自动丢弃空白页通用>*/