Inputs
| Field | Description | Data Type |
|---|---|---|
images | A list of images to be saved as frames in the animated WEBP. This parameter is essential for defining the visual content of the animation. | IMAGE |
filename_prefix | Specifies the base name for the output file, which will be appended with a counter and the ‘.webp’ extension. This parameter is crucial for identifying and organizing the saved files. | STRING |
fps | The frames per second rate for the animation, influencing the playback speed. | FLOAT |
lossless | A boolean indicating whether to use lossless compression, affecting the file size and quality of the animation. | BOOLEAN |
quality | A value between 0 and 100 that sets the compression quality level, with higher values resulting in better image quality but larger file sizes. | INT |
method | Specifies the compression method to use, which can impact the encoding speed and file size. | COMBO[STRING] |
Outputs
| Field | Description | Data Type |
|---|---|---|
ui | Provides a UI component displaying the saved animated WEBP images along with their metadata, and indicates whether the animation is enabled. | N/A |
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub