summaryrefslogtreecommitdiffstats
path: root/scan
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2011-10-23 21:50:16 +0200
committerFlorian Pritz <bluewind@xinu.at>2011-10-23 21:50:16 +0200
commit6ad11bc11c499cb83db71f9ec0b2fc7816947ce6 (patch)
tree17e43580c06577bf43e7e090fb3db782d479e6a4 /scan
parent77b7e116e2dff776c87313a4e095bcc02ed3e4f5 (diff)
downloadbin-6ad11bc11c499cb83db71f9ec0b2fc7816947ce6.tar.gz
bin-6ad11bc11c499cb83db71f9ec0b2fc7816947ce6.tar.xz
scan: use A4 page size
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'scan')
-rwxr-xr-xscan2
1 files changed, 1 insertions, 1 deletions
diff --git a/scan b/scan
index e07ca4d..8ae7304 100755
--- a/scan
+++ b/scan
@@ -15,4 +15,4 @@ fi
file="scan_$(date +%Y-%m-%d_%H%M%S)${extra}.${format}"
-scanimage --resolution $resolution | convert - "$file"
+scanimage -x 214.98 -y 294.973 --resolution $resolution | convert - "$file"