Skip to content

Write Image

Purpose of the Node

The Write Image node allows you to save an image to a specified path. It supports various image formats such as JPEG, PNG, AVIF, BMP, ICO, and more. The node also provides options for encoding quality, compression settings, and encoding speed.

Pins

The node has several input and output pins. The Start pin initiates the execution, while the End pin indicates the completion of the execution.

Pin NamePin DescriptionPin TypeValue Type
StartInitiates the execution of the nodeExecNone
ImageThe image to write to the specified pathStructNodeImage
PathThe flow path where the image will be savedStructFlowPath
TypeThe type of the image (e.g., JPEG, PNG)StringJPEG
QualityThe encoding quality for JPEGInteger100
Compression TypeThe compression type for PNG (Best, Fast, Default)StringDefault
FilterThe filter type for PNG (NoFilter, Sub, Up, Average, Adaptive, Paeth)StringAdaptive
SpeedThe encoding speed for GIF and AVIFInteger10
ThreadsThe number of threads for AVIF encodingInteger1
EndIndicates the completion of the executionExecNone