
Contents |
Export the active Image into a gif file
1. img2GIF fname:="c:\image.gif";
| Display Name | Variable Name | I/O and Type | Default Value | Description |
|---|---|---|---|---|
| Input Matrix | ims |
Input MatrixLayer | |
The image to be exported. The default is the active image. |
| File Name | fname |
Input string | |
Specify the path and filename of the exported image. If file extension is omitted, it will be appended according to the file type. |
The img2GIF function exports a matrix object(image) as an gif file. The matrix object of any data type can be used as input.