diff options
author | Florian Pritz <bluewind@xinu.at> | 2011-10-23 21:50:16 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2011-10-23 21:50:16 +0200 |
commit | 6ad11bc11c499cb83db71f9ec0b2fc7816947ce6 (patch) | |
tree | 17e43580c06577bf43e7e090fb3db782d479e6a4 | |
parent | 77b7e116e2dff776c87313a4e095bcc02ed3e4f5 (diff) | |
download | bin-6ad11bc11c499cb83db71f9ec0b2fc7816947ce6.tar.gz bin-6ad11bc11c499cb83db71f9ec0b2fc7816947ce6.tar.xz |
scan: use A4 page size
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rwxr-xr-x | scan | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |