Features

AI image editing

Use the AI panel to control 14 image editing operations with plain-language commands — filters, adjustments, rotation, background, brush, zoom, and export.

The AI assistant in the image editor lets you control every editor operation using plain-language commands — without touching sliders or menus. It runs entirely in your browser: no data is sent to a server.

Opening the AI panel

Click the AI button in the top-right corner of the editor toolbar to open the AI chat panel. The panel slides in alongside the Properties panel.

How it works

Two parsers handle every prompt:

  1. Lexical parser — fast pattern matcher for the most common phrasings (instant, no model download).
  2. Registry bridge — falls through to a richer command registry that knows about utility tools, palette extraction, transparency inspection, etc.

If both fail, the assistant shows a guided suggestion: it tries to detect your intent and tells you which command would work.

What you can do

Adjustments

set brightness to 130       make it brighter       darker
set contrast to 60          more contrast          less contrast
set saturation to 150       more vibrant           desaturate
set temperature to -40      warmer                 cooler
reset adjustments

Filters

All 22 presets — apply by name:

apply cinematic filter        apply vintage filter at 70%
apply portrait filter         apply duotone purple filter
apply golden hour filter      apply film grain filter
apply b&w filter              remove filter

Just the name works too: cinematic, drama, moonlight, vignette.

Background removal & replacement

remove background                   best quality background removal
glass mode                          (preserves clear materials)
transparent background              background to white
background to #3b82f6               gradient background purple to blue

Lifestyle scenes (16 templates)

apply oak tabletop scene            use marble studio background
place on coffee shop                set kitchen counter
switch to white canvas              list scenes

Edge refinement

feather edges to 8         smooth edges to 6
expand mask to 3           refine edges
clean up mask              shrink mask by 4

Rotation & flip

rotate clockwise           rotate counter-clockwise
flip horizontal            flip vertical

Brush

erase mode                 restore mode
brush size 50              bigger brush

Utility operations

grayscale                  resize to 1920x1080
extend canvas by 100px     compress to 80%
convert to webp            optimize png
strip metadata             check transparency
extract palette            pick centre colour

Layers

add text layer "Summer Sale"     list layers
delete layer                     select layer Sky
hide layer                       show layer
bring to front                   send to back
move layer up                    move layer down
duplicate layer                  set layer opacity to 60%

3D & relief

open 3D view                generate 3D relief
record orbit                capture 3D preview

Project save / open

save project                open project

Collaborative session

start session               join session <id>

Multi-step commands

Chain steps with then or and then:

remove background then apply cinematic filter at 70% then export
remove background then place on marble studio then upscale 2x then export
apply vintage filter then add text layer "Sale" then export

The assistant runs each step in order and reports per-step results.

"How do I…" questions

Ask the assistant to guide you when you're not sure of the exact command:

how do I make the background blurry?
what filter should I use for moody portraits?
how do I save my work to share with a teammate?
what's the difference between Fast and Best quality?
how do I extract a colour palette?

The assistant detects your intent and replies with the exact command(s) you can use, plus a one-line explanation.

Tips

  • Exact names not required. "Make it warmer" works just as well as "set temperature to -40".
  • Fuzzy filter matching. Misspell a filter ("apply dramattic filter") and the assistant suggests the closest match.
  • Combine with manual controls. Use AI for bulk operations and sliders for fine-tuning — they don't fight each other.
  • Type help any time to see the full command list.

Related