Export Image
Saves a single image to disk in PNG, JPEG, BMP, WebP, TIFF, or TGA format.
Export Image writes the connected image to a file on disk. Choose from six formats, each with its own compression options. PNG supports lossless compression with adjustable level. JPEG and lossy WebP have quality controls. TIFF supports multiple compression algorithms.
Paths can be relative to your .arcb file: type export/sprite.png and the path resolves relative to where your project is saved. Directories are created automatically. A hint below the path input shows the resolved absolute path.
After each export, the node displays the file size and duration (e.g., “Saved: sprite.png (45 ms, 128.3 KB)”).
For JPEG output (which doesn’t support transparency), a matte color fills behind transparent areas.
Parameters
Section titled “Parameters”Export
Output file path
File format
*Format Settings*
Compression quality for JPEG/lossy WebP
JPEG matte color behind transparent pixels
PNG compression level; 0=fastest, 9=smallest file
Run-length encoding to reduce TGA file size
Lossless WebP; no quality loss but larger files
TIFF algorithm
Per-format options shown conditionally: Quality % for JPEG/lossy WebP; Matte * for JPEG; Compression for PNG; RLE Compression for TGA; Lossless for WebP; Compression for TIFF. BMP has no format-specific options.
Usage Tips
Section titled “Usage Tips”- Use PNG for images with transparency or when you need lossless quality.
- JPEG quality of 85–92 is a good balance between file size and quality for photographs.
- WebP lossless is smaller than PNG for most images.
- Use relative paths (e.g.,
output/icon.png) to keep exports portable alongside your .arcb file. - Use Ctrl+Shift+E to quick-export selected export nodes, or File > Export All (Ctrl+Shift+Alt+E) to run every export node in the graph at once.