I have purchased a mirrorless Samsung NX300 which is a nice entry-leve mirrorless camera. However Samsung produces a stupid proprietary RAW format instead of the standard RAW format (do other vendors do this?). And instead of RAW files I get .SRW files. Ubuntu recognizes them as TIFF but nautilus does not show thumbnails and image viewer does not show them. I can open them using Rawtherapee or Darktable and that is more than fine.
However, I was wandering if there is a quick and dirty way to mass convert all SRW files to TIFF files (or any other lossless standard).
srw_convert.sh: 6: srw_convert.sh: Syntax error: "done" unexpected (expecting "do")
. Any ideas? – xpanta Sep 22 '14 at 05:02ufraw-batch: No input file, nothing to do. script.sh: line 12: DSC05241.ARW: command not found
which doesn't make sense, because (as the next line says) there's definitely a .ARW file in there (and I adjusted the script for that). Also, when it worked, it messed up the colours quite badly (everything had a blue-ish tint) and there was some pretty drastic vignetting. Is there some way to make the ufraw-batch command just output 'normal' values for everything, so that the .tiff or .jpg looks like the raw file? – GuyfromAmsterdam Jan 16 '15 at 11:58.ARW
file, I'm not sure that format is supported by UFRAW... have you been succesfull to convert any .ARW files? About the colors, you can add lines to adjust the output as you choose, specifically, the line--wb=camera \
controls the white balance, maybe instead of camera you should set to--wb=auto \
. Typeman ufraw-batch
in the console to see all available commands. – Erdorath Jan 17 '15 at 13:29