Capture a jpeg to disk
This commit is contained in:
parent
d8878e40da
commit
ab33de7ccd
3 changed files with 15 additions and 9 deletions
|
|
@ -988,6 +988,8 @@ class SmartScanThing(Thing):
|
|||
"preview_stitch",
|
||||
"--minimum_overlap",
|
||||
f"{min_overlap}",
|
||||
"--resize",
|
||||
"0.25",
|
||||
self._ongoing_scan_images_dir,
|
||||
]
|
||||
)
|
||||
|
|
@ -1104,6 +1106,8 @@ class SmartScanThing(Thing):
|
|||
"--stitch_dzi",
|
||||
"--minimum_overlap",
|
||||
f"{round(overlap * 0.9, 2)}",
|
||||
"--resize",
|
||||
"0.25",
|
||||
images_folder,
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue