2015-12-28 09:43:29 +00:00
|
|
|
# ufraw-batch
|
|
|
|
|
|
|
|
> Convert RAW files from cameras into standard image files.
|
2021-10-19 21:20:43 +01:00
|
|
|
> More information: <https://manned.org/ufraw-batch>.
|
2015-12-28 09:43:29 +00:00
|
|
|
|
2021-08-15 18:59:09 +01:00
|
|
|
- Simply convert RAW files to JPG:
|
2015-12-28 09:43:29 +00:00
|
|
|
|
2016-07-22 21:24:06 +01:00
|
|
|
`ufraw-batch --out-type=jpg {{input_file(s)}}`
|
2015-12-28 09:43:29 +00:00
|
|
|
|
2021-08-15 18:59:09 +01:00
|
|
|
- Simply convert RAW files to PNG:
|
2015-12-28 09:43:29 +00:00
|
|
|
|
2016-07-22 21:24:06 +01:00
|
|
|
`ufraw-batch --out-type=png {{input_file(s)}}`
|
2015-12-28 09:43:29 +00:00
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Extract the preview image from the raw file:
|
2015-12-28 09:43:29 +00:00
|
|
|
|
2016-07-22 21:24:06 +01:00
|
|
|
`ufraw-batch --embedded-image {{input_file(s)}}`
|
2015-12-28 09:43:29 +00:00
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Save the file with size up to the given maximums MAX1 and MAX2:
|
2015-12-28 09:43:29 +00:00
|
|
|
|
2016-07-22 21:24:06 +01:00
|
|
|
`ufraw-batch --size=MAX1,MAX2 {{input_file(s)}}`
|