LinuxCommandLibrary

ufraw-batch

ufraw-batch

TLDR

Simply convert RAW files to JPG

$ ufraw-batch --out-type=jpg [input_file(s)]
copy


Simply convert RAW files to PNG
$ ufraw-batch --out-type=png [input_file(s)]
copy


Extract the preview image from the raw file
$ ufraw-batch --embedded-image [input_file(s)]
copy


Save the file with size up to the given maximums MAX1 and MAX2
$ ufraw-batch --size=MAX1,MAX2 [input_file(s)]
copy

Copied to clipboard