Writes file contents from an image.
|
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. |
|
Out
Exec
|
|
|
Succeeded
Exec
|
|
|
Failed
Exec
|
|
|
Error Message
String
|