Handy image conversion commands

Convert all RW2 files to JPG with GNU Parallel and Imagemagick (guidance from - https://www.tecmint.com/linux-image-conversion-tools/)

parallel convert '{}' '{.}.jpg' ::: *.RW2

To get this to work if you get ufraw errors install ufraw with Homebrew:

brew install ufraw