Forrest logo
back to context overview

ufraw-batch

List of commands for ufraw-batch:

  • ufraw-batch:tldr:5b922 ufraw-batch: Extract the preview image from the raw file.
    $ ufraw-batch --embedded-image ${input_file(s)}
    try on your machine
    explain this command
  • ufraw-batch:tldr:b432e ufraw-batch: Simply convert RAW files to JPG.
    $ ufraw-batch --out-type=jpg ${input_file(s)}
    try on your machine
    explain this command
  • ufraw-batch:tldr:b8992 ufraw-batch: Simply convert RAW files to PNG.
    $ ufraw-batch --out-type=png ${input_file(s)}
    try on your machine
    explain this command
  • ufraw-batch:tldr:f833b ufraw-batch: Save the file with size up to the given maximums MAX1 and MAX2.
    $ ufraw-batch --size=MAX1,MAX2 ${input_file(s)}
    try on your machine
    explain this command
back to context overview