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
Input
MatrixLayer
The image to be exported. The default is the active image.
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