Web3S_Demo > Web 3S Write File Image Async > Write File (Image)

Write File (Image)

Writes file contents from an image.

Inputs

In
Exec

Filepath
String

Path to the requested file. File extension will be used to determine the file type.

Image
Texture 2D Object Reference

Byte array with data to be written.

Create
Boolean

If true, new file will be created if it does not exist.

Overwrite
Boolean

If true, file will be overwritten if it exists.

Quality
Integer

Optional quality of the image (for PNG). Some other formats have conditional behavior based on file extension.

Outputs

Out
Exec

Succeeded
Exec

Failed
Exec

Error Message
String