Remove the background of an image
rootr_remove_image_backgroundRemove the background from a Rootr workspace image attachment and save it as a transparent PNG for placing product shots, logos, or subjects directly on slides without a boxed background.
Instructions
Remove the background of an existing Rootr (루터) workspace attachment (e.g. a generated or uploaded image) and store the result as a new transparent PNG. Pass the source attachment id; returns { id, url, ... } for the cut-out image, which you can then place on a slide. Useful for product shots / logos / subjects that should sit on the slide without a boxed background.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | No | Presentation/node id to attach the result to (permission-checked) | |
| workspace | No | Workspace id; defaults to ROOTR_WORKSPACE/config | |
| attachmentId | Yes | Source attachment id (from rootr_generate_image or an upload) |