Export image as GIF file
img2GIF fname:="c:\image.gif";
Please refer to the page for additional option switches when accessing the x-function from script
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.
Keywords:publishing