update crop percentage and readme

This commit is contained in:
Hendrik Schutter 2023-07-25 20:59:12 +02:00
parent ecb3b052af
commit 8c856dfad5
2 changed files with 5 additions and 3 deletions

View File

@ -18,4 +18,6 @@ zypper install avif-tools
```
rsync -Pav -e "ssh -i $HOME/.ssh/SDS" /home/hendrik/git/ultimate-photo-digitizer/scans/ hendrik@10.0.0.25:/home/hendrik/git/ultimate-photo-digitizer/scans/
`rsync -Pav -e "ssh -i $HOME/.ssh/SDS" /home/hendrik/git/ultimate-photo-digitizer/scans/ hendrik@10.0.0.25:/home/hendrik/git/ultimate-photo-digitizer/scans/`
`rsync -Pav -e "ssh -i $HOME/.ssh/SDS" hendrik@10.0.0.25:/home/hendrik/git/ultimate-photo-digitizer/photos/ /home/hendrik/git/ultimate-photo-digitizer/photos/`

View File

@ -10,8 +10,8 @@ import subprocess
number_of_photos_in_scan = 4
crop_height = 2.0 # offset in percent
crop_width = 2.0 # offset in percent
crop_height = 4.0 # offset in percent
crop_width = 4.0 # offset in percent
def convert_to_avif(input_dir, output_dir):
# print("input: " + str(input))