Dynamic processing profiles: Difference between revisions

From RawPedia
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Sometimes a single, "static" default processing profile is not enough to cover
Sometimes a single, "static" default processing profile is not enough to cover all use cases.  For example, the amount of noise reduction to apply varies according to the Camera and ISO setting used. Another  
all use cases.  For example, the amount of noise reduction to apply varies
example is the kind and amount of lens corrections needed, which is obviously dependent on the lens used.
according to the Camera and ISO setting used. Another example is the kind and
amount of lens corrections needed, which is obviously dependent on the lens
used.


In order to handle such cases, RawTherapee provides a feature that allows to
In order to handle such cases, RawTherapee provides a feature that allows to create a default processing profile "dynamically", based on the metadata of the image being processed (such as camera and lens name, shutter speed, ISO value, and so on).
create a default processing profile "dynamically", based on the metadata of
the image being processed (such as camera and lens name, shutter speed, ISO
value, and so on).


This is done by defining a set of "Dynamic profile rules".  Each rule has a
This is done by defining a set of "Dynamic profile rules".  Each rule has a [[Creating_processing_profiles_for_general_use|(partial) processing profile]] attached to it, plus some conditions on the image
[[Creating_processing_profiles_for_general_use|(partial) processing profile]] attached to it, plus some conditions on the image
metadata that define whether the rule is applicable.  When a picture is edited for the first time, the list of rules is scanned, and all the profiles that match are combined (in the order given, so later rules can override earlier ones) to build the initial processing profile.
metadata that define whether the rule is applicable.  When a picture is edited for the
first time, the list of rules is scanned, and all the profiles that match are
combined (in the order given, so later rules can override earlier ones) to
build the initial processing profile.


In order to activate the functionality, the [[Preferences#Default_Processing_Profile|default processing profile]] must be set to "(Dynamic)".
In order to activate the functionality, the [[Preferences#Default_Processing_Profile|default processing profile]] must be set to "(Dynamic)". Rules are defined in the [[Preferences#Dynamic_Profile_Rules_Tab|Dynamic Profile Rules]] section of the preferences window.
Rules are defined in the [[Preferences#Dynamic_Profile_Rules_Tab|Dynamic Profile Rules]] section of the preferences window.


Dynamic profile rules work on the following image metadata:
Dynamic profile rules work on the following image metadata:

Revision as of 18:28, 30 May 2017

Sometimes a single, "static" default processing profile is not enough to cover all use cases. For example, the amount of noise reduction to apply varies according to the Camera and ISO setting used. Another

example is the kind and amount of lens corrections needed, which is obviously dependent on the lens used.

In order to handle such cases, RawTherapee provides a feature that allows to create a default processing profile "dynamically", based on the metadata of the image being processed (such as camera and lens name, shutter speed, ISO value, and so on).

This is done by defining a set of "Dynamic profile rules". Each rule has a (partial) processing profile attached to it, plus some conditions on the image metadata that define whether the rule is applicable. When a picture is edited for the first time, the list of rules is scanned, and all the profiles that match are combined (in the order given, so later rules can override earlier ones) to build the initial processing profile.

In order to activate the functionality, the default processing profile must be set to "(Dynamic)". Rules are defined in the Dynamic Profile Rules section of the preferences window.

Dynamic profile rules work on the following image metadata:

Camera
the camera name (including brand) as shown in the image info overlay of the Image Editor. If active, by default this entry will cause the rule to apply only to pictures taken with the exact camera specified here (except that the capitalization of the string is ignored). However, if the entry starts with the re: prefix, then the rest of the string will be interpreted as a regular expression to use for the matching. For example, a rule with the Camera value set to re:SONY ILCE-[56].00 will be applied to all Sony Alpha a5xxx and a6xxx cameras.
Lens
the full lens name. As above, a regular expression can be used by starting with the re: prefix
ISO
the range of ISO values
Aperture
the range of apertures of the lens (measured in f/ stops)
Focal length
the range of focal lengths used (in mm)
Shutter
the range of shutter speeds in seconds (for example, enter 0.03 for a speed of 1/30")
Exposure compensation
the range of exposure compensations.

A screenshot is shown below.

Dynamic-profile-rules-screenshot.png