Options GetPreferredDefaultOptions()
        {
            var opts = new Options();

            // default to a pre-specified profile
            opts.AddUserSpecifiedPp3Source("/usr/share/rawtherapee/profiles/Generic/Natural 1.pp3");

            // override the default with any customizations that exist for the input
            opts.AddPerInputPp3Source();

            return(opts);
        }