8000 RAW: Add RawTherapee flag to use existing sidecar files · Issue #1267 · photoprism/photoprism · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
RAW: Add RawTherapee flag to use existing sidecar files #1267
Closed
@rizmot

Description

@rizmot

Currently, RawTherapee ignores pre-existing sidecar-profiles. This can be changed using the -s command-line parameter according to https://rawpedia.rawtherapee.com/Command-Line_Options#RawTherapee_CLI

True, I didn't add / change any RawTherapee parameters. From what I remember, the standard profile is used by default. Probably need to modify the command to use other profiles / sidecars. Is there a generic way to do this or do we need to add yet another config parameter to set a profile name / type?

So i tested the following command: rawtherapee-cli -d -p raw.pp3 -s -o output.jpg -c input.RAW
This will use the default ( -d ) profile, then if another profile is specified ( -p raw.pp3 ) it will be stacked on top of the default profile. Then, if the -s command is set, a sidecar-profile, if one is found, will be stacked on top of whatever was specified before. The -d -p -s parameters have to be set in the right order since the last one will overwrite the ones before. As I understand it, -d and -p raw.pp3 might be optional in this case. So rawtherapee-cli -s -o output.jpg -c input.RAW should do the trick.

Originally posted by @rizmot in #1245 (comment)

Metadata

Metadata

Assignees

Labels

ideaFeedback wanted / feature requestreleasedAvailable in the stable release

Type

No type

Projects

Status

Release 🌈

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0