Change Image Properties

Modify an existing image overlay's source, label, or styles. Shallow-merges styles_patch into overlay.styles.

How It Works

Use when user wants to change an existing image (swap source, adjust opacity, resize, etc.). Do NOT use add_overlay — this edits an overlay already on the timeline. src: new image URL (only if replacing the image). content: display label for the image. styles_patch: partial CSS style object (opacity, width, height, objectFit, borderRadius, etc.).

Specifications

Category
Overlays
Execution
instant
Credit Cost
Free
Overlay Types
image
Tags
edit, image

Example Prompts

change the image
make the image smaller
set image opacity to 50%
swap this image

Required Parameters

overlay_id (integer)
ID of the image overlay to modify

Optional Parameters

src (string)
New image source URL (only if replacing the image asset)
content (string)
New display label
styles_patch (object)
Partial CSS styles to merge (opacity, width, height, objectFit, borderRadius)
user_text (string)
undefined

Use Cases for Overlays

Add lower-thirds and name titles for YouTube interviews
Layer data visualizations over B-roll for corporate presentations
Place map overlays on travel vlogs to show locations

How to Get Started with Change Image Properties

1.Open any project in the 6trim editor or create a new one.
2.Type a prompt in the AI assistant — for example: "change the image".
3.The Change Image Properties result appears as a image overlay on your timeline. Drag to reposition or resize.

Frequently Asked Questions

Try Change Image Properties Free

Type a prompt or use the toolbar. No download required.

Use Change Image Properties

More Overlays Tools

Add Overlay
Add a new overlay of any type to the timeline at a specified position. For data visualizations (charts, graphs, KPIs), use add_data_viz instead. For cinematic templates (including intros), use add_cinematic_template or insert_cinematic_as_intro instead.
Insert Cinematic as Intro
Insert any cinematic template at frame 0, shifting all existing overlays forward. Same 37 templates as add_cinematic_template but with intro behavior.
Add Cinematic Template
Add a cinematic template overlay at the playhead. 37 templates across 4 categories (framework, creative FX, newspaper/editorial, social) with media slots, color grading, transitions, and VFX.
Add Data Visualization
Add a data visualization chart overlay at the playhead. 11 chart types across 7 categories with full data customization, theming, and animation.
Change Chart Properties
Modify data, titles, or styling of an existing chart overlay. Shallow-merges props_patch into overlay.props.