Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[color blue]oIM = CREATEOBJECT([ImageMagickObject.MagickImage.1])
lcFile1 = [C:\pictures\expanded\picture 043.png][/color][color green]&& Fully qualified filename[/color][color blue]
lcFile2 = [C:\pictures\expanded\picture 044.png]
lcFile3 = [C:\pictures\expanded\picture 045.png]
lcDelay = [-delay][/color][color green] && Required otherwise no delay[/color][color blue]
lnDelay = [300][/color][color green] && Change delay value to suit[/color][color blue]
lcAniGif = ADDBS(SYS(5);[/color][color green] && Required output filename[/color][color blue]
+ SYS(2003));[/color][color green] && with fully qualified path[/color][color blue]
+ [output\output.gif]
oIM.Convert( ;
[tab]lcFile1 ,;
[tab]lcFile2 ,;
[tab]lcFile3 ,;
[tab]lcDelay ,;
[tab]lnDelay ,;
[tab]lcAniGif)
oIM = .NULL.
RELEASE oIM[/color]