2015-12-28 09:43:29 +00:00
|
|
|
# ufraw-batch
|
|
|
|
|
|
|
|
> Convert RAW files from cameras into standard image files.
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Simply convert RAW files to jpg:
|
2015-12-28 09:43:29 +00:00
|
|
|
|
2016-01-07 15:51:03 +00:00
|
|
|
`ufraw-batch --out-type=jpg {{input-file(s)}}`
|
2015-12-28 09:43:29 +00:00
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Simply convert RAW files to png:
|
2015-12-28 09:43:29 +00:00
|
|
|
|
2016-01-07 15:51:03 +00: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-01-07 15:51:03 +00: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-01-07 15:51:03 +00:00
|
|
|
`ufraw-batch --size=MAX1,MAX2 {{input-file(s)}}`
|