-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.txt
More file actions
42 lines (33 loc) · 1.07 KB
/
Copy pathexample.txt
File metadata and controls
42 lines (33 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# ================================
# Scanner Settings Configuration
# ================================
# --- Resolution (DPI) ---
# Common values: 75 (fast preview), 150 (documents), 300 (high quality), 600 (photos)
--resolution 75
# --- Color Mode ---
# Options: Color, Gray, Lineart
--mode Gray
# --- Output Format ---
# Options: jpeg, png, pnm, tiff
--format=jpeg
# --- Scan Area (optional) ---
# Units: millimeters (mm)
# Uncomment to restrict scan area (e.g. A4 = 210x297 mm)
# --x 0 --y 0 --width 210 --height 297
# --- Brightness & Contrast (optional) ---
# Values: -100 to +100
# --brightness 0
# --contrast 0
# --- File Save Path ---
# Windows path via WSL mount
# Example: /mnt/c/Users/Admin/Documents/Scans
SAVE_PATH=/mnt/c/Users/Admin/Pictures
# --- File Name Prefix ---
# Will be combined with timestamp
#FILENAME_PREFIX=scan
# --- File Extension Override ---
# Normally matches --format, but you can force extension if needed
#FILE_EXT=jpg
# ================================
# End of Settings
# ================================