| Syntax |
|
| Documentation | $io.writeImage: Write an image created with $createImage to a file. The content will automatically be encoded according to the content type as long as the type is a supported one. Currently image/gif and image/jpeg are supported.
|
| Examples | |
| $createImage{10}{10} $io.writeImage{private://test_image.gif}{image/gif} | |
| Group | Special |
| Minimum required transaction-mode: | UPDATE=IO |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 2 |
| Maximum parameters | 2 |