ufraw-batch: use the syntax for multi-file input (#24071)

This commit is contained in:
Managor
2026-09-17 22:34:21 +00:00
committed by GitHub
parent b088c0f183
commit 8003c73edf
+4 -4
View File
@@ -5,16 +5,16 @@
- Simply convert RAW files to JPEG:
`ufraw-batch --out-type=jpg {{input_file(s)}}`
`ufraw-batch --out-type=jpg {{path/to/file1 path/to/file2 ...}}`
- Simply convert RAW files to PNG:
`ufraw-batch --out-type=png {{input_file(s)}}`
`ufraw-batch --out-type=png {{path/to/file1 path/to/file2 ...}}`
- Extract the preview image from the raw file:
`ufraw-batch --embedded-image {{input_file(s)}}`
`ufraw-batch --embedded-image {{path/to/file1 path/to/file2 ...}}`
- Save the file with size up to the given maximums MAX1 and MAX2:
`ufraw-batch --size=MAX1,MAX2 {{input_file(s)}}`
`ufraw-batch --size=MAX1,MAX2 {{path/to/file1 path/to/file2 ...}}`