imageseg
Image matting tool: separates foreground and returns a transparent-background URL. Good for product images, cutouts, and compositing.
Image matting tool: separates foreground and returns a transparent-background URL. Good for product images, cutouts, and compositing.
Overview
| Field | Value |
|---|---|
| Model ID | imageseg |
| CLI | dlazy imageseg |
| MCP | imageseg (Claude Code surfaces this as mcp__dlazy__imageseg) |
| Type | image |
| Execution | Returns synchronously |
| Batch | Supports --batch <n> parallel fan-out |
Parameters
| Arg | Type | Required | Notes |
|---|---|---|---|
image | url | Yes | Image (URL); image (accepts URL, local path, or data: URL) |
--input @file.jsonor--input '{...}'can supply all args at once; flags take precedence over--inputkeys.
CLI Examples
dlazy imageseg --help
dlazy imageseg --image "https://example.com/reference.jpg"
dlazy imageseg --image "./local-image.png"
dlazy imageseg --image "https://example.com/reference.jpg" --dry-run
dlazy imageseg --image "https://example.com/reference.jpg" --batch 4Compose with a pipeline
dlazy gpt-image-2 --prompt "reference visual" \
| dlazy imageseg --image -MCP
MCP is consumed by AI clients, not handwritten. Once dLazy is registered as an MCP server the tool appears in the client's tool list — Claude Code surfaces it as mcp__dlazy__imageseg; generic clients (e.g. OpenClaw) call it as imageseg.
See MCP setup for how to add the server.
Output
{
"outputs": [
{ "type": "image", "id": "o_...", "url": "https://files.dlazy.com/result.png", "mimeType": "image/png" }
]
}Media tools emit image / video / audio / file outputs. Use --output url to print only the URLs on stdout.
image-replicate
Image replicate tool: analyzes the source's composition, color, lighting, and style, then uses Seedream 4.5 to generate a new image in the same style.
jimeng-t2i
Jimeng high-res text-to-image model with multi-ratio ultra-HD output and reference-image constraints. Good for commercial visuals and refined output.