update crop percentage and readme
This commit is contained in:
parent
ecb3b052af
commit
8c856dfad5
@ -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/`
|
@ -10,8 +10,8 @@ import subprocess
|
|||||||
|
|
||||||
number_of_photos_in_scan = 4
|
number_of_photos_in_scan = 4
|
||||||
|
|
||||||
crop_height = 2.0 # offset in percent
|
crop_height = 4.0 # offset in percent
|
||||||
crop_width = 2.0 # offset in percent
|
crop_width = 4.0 # offset in percent
|
||||||
|
|
||||||
def convert_to_avif(input_dir, output_dir):
|
def convert_to_avif(input_dir, output_dir):
|
||||||
# print("input: " + str(input))
|
# print("input: " + str(input))
|
||||||
|
Loading…
Reference in New Issue
Block a user