Understand the Brightroom Parametric Editing Model
v5Brightroom uses a non-destructive, parametric editing model where every edit is an explicit Feature in a stack. Instead of mutating pixels, each step describes a transformation that receives the output of the previous step. This allows the entire document to remain recomputable from the source material and the parameters of the features.
Key Concepts:
- Non-destructive: A
Cropdefines a domain rather than cutting pixels; aMaskdefines an area for later application; anAdjustmentdescribes a transformation. - Feature Stack: Edits are ordered (e.g.,
Source -> Crop -> Mask -> Adjust -> Output). Downstream features see the result of upstream features. - Data-driven: Features are serializable, inspectable, and re-renderable data structures.