mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-21 12:44:02 +08:00
ufraw-batch: use the syntax for multi-file input (#24071)
This commit is contained in:
@@ -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 ...}}`
|
||||
|
||||
Reference in New Issue
Block a user