From 6ad11bc11c499cb83db71f9ec0b2fc7816947ce6 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 23 Oct 2011 21:50:16 +0200 Subject: scan: use A4 page size Signed-off-by: Florian Pritz --- scan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3-24-g4f1b