EbsOpen Class Library for EBSILON®Professional

Application.MakeAnimatedGIF Method 

[Visual Basic]
Public Function MakeAnimatedGIF( _ 
   ByVal InputFileNames As Object, _ 
   ByVal OutputFileName As String, _ 
   ByVal Delay As Integer, _ 
   Optional ByVal Loop As Integer = 0 _ 
) As EpMagickResult
[C#]
public EpMagickResult MakeAnimatedGIF(
   object InputFileNames,
   string OutputFileName,
   int Delay,
   int Loop
);
[C++]
public: EpMagickResult MakeAnimatedGIF(
   Object* InputFileNames,
   String* OutputFileName,
   int Delay,
   int Loop
);
[JScript]
public function MakeAnimatedGIF(
   Object InputFileNames,
   String OutputFileName,
   int Delay,
   int Loop
): EpMagickResult;

Remarks

creates an animated GIF from the given list of images (as array of FileNames); 'Delay' is the delay for the following image in 1/100 s; 'Loop' is the loop-count, with 0 for infinite looping

See Also

Application Class | EbsOpen Namespace