Image Edit Node
The Image Edit node converts images between file formats. You use it to prepare images for specific delivery requirements or to optimize file size before exporting from your workflow.
What It Does
This node takes an image as input and converts it to your chosen output format. It is useful at the end of a pipeline when you need a specific file type for web publishing, print production, or downstream integrations.
Configuration
| Parameter | Description | Options |
|---|---|---|
| Output Format | The target file format for the converted image | PNG, JPEG, WebP |
Format Comparison
| Format | Transparency | Compression | Best For |
|---|---|---|---|
PNG | Yes | Lossless | Graphics with transparency, print-ready assets |
JPEG | No | Lossy | Photographs, web images where small file size matters |
WebP | Yes | Both lossy and lossless | Web delivery with optimal quality-to-size ratio |
Usage
- Drag an Image Edit node onto the canvas.
- Connect any image-producing node to its input (for example, Image Generator, Image Expand, or Remove Background).
- Select the desired Output Format.
- Execute the node to produce the converted image.
tip
If you need a transparent background, make sure to use PNG or WebP as the output format. JPEG does not support transparency, so any transparent areas will be filled with a solid color.
Related Nodes
- Image Generator Node -- generate the source image.
- Image Expand Node -- expand an image before converting its format.
- Remove Background Node -- remove the background before converting to a transparency-supporting format.