For the complete documentation index, see llms.txt. This page is also available as Markdown.

Reflection Removal

Remove photographer reflections and shadows

Controls removal of photographer reflections and shadows, including tripods and cameras.

Parent Property Name: restage

Sub-property: photographer

Accepted Values: string | null

Values:

  • AS_SHOT: Leaves photographer reflections exactly as captured.

  • REMOVE: Removes the photographer, including their shadow, reflection, hands, and camera equipment.

Default: AS_SHOT

Example:

{
  "restage": {
    "photographer": "REMOVE"
  }
}

Sample images

Example of REMOVE reflection removal
Example of AS_SHOT reflection removal

Last updated

Was this helpful?