diff options
-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" |