/image-processing | Type: Embedded | PCID required: No
Tools
| Tool | Description |
|---|---|
image-processing_ai_generate | Generate images from text prompts using AI. Creates high-quality images based on your description. Returns a URL to the generated image. |
image-processing_nano_banana | Powerful AI image editing using Google Nano Banana. Edit images with text instructions, generate variations, or use images as references. Supports text-based editing like “make the sky blue”, “add a hat”, style transfers, and image-to-image generation. |
image-processing_ai_background_removal | Remove the background from an image. Can also replace the background with a solid color, blur, or another image. Returns a transparent PNG or processed image. |
image-processing_ai_generate
Generate images from text prompts using AI. Creates high-quality images based on your description. Returns a URL to the generated image. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
prompt | string | Yes | — | Text description of the image to generate. Be specific and descriptive for best results. |
output_format | string | No | — | Output image format (default: png) |
image-processing_nano_banana
Powerful AI image editing using Google Nano Banana. Edit images with text instructions, generate variations, or use images as references. Supports text-based editing like “make the sky blue”, “add a hat”, style transfers, and image-to-image generation. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
prompt | string | Yes | — | Text instruction describing how to edit the image. Examples: “make the background sunset”, “add sunglasses”, “change hair color to blonde” |
image_urls | string[] | Yes | — | Array of image URLs to use as input/reference for editing |
aspect_ratio | string | No | — | Output aspect ratio (default: match_input_image) |
output_format | string | No | — | Output image format (default: jpg) |
image-processing_ai_background_removal
Remove the background from an image. Can also replace the background with a solid color, blur, or another image. Returns a transparent PNG or processed image. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
image_url | string | Yes | — | URL of the image to process |
background_type | string | No | — | What to replace the background with: “rgba” (transparent), “white”, “green” (green screen), “blur” (blurred original). Default: rgba (transparent) |
output_format | string | No | — | Output format. Use png for transparency (default: png) |
reverse | boolean | No | — | If true, removes the foreground instead of background (default: false) |

