Hello,
I am generating a GIF with a PPTX file with a delay of 0.25s between each slide (using DefaultDelay = 250 from Aspose.Slides.Export.GifOptions), then I am saving it with Aspose.Imaging for my GIF to loop. But the…...(Presentation presentation = new Presentation("your_presentation...pptx")) { GifOptions gifOptions = new GifOptions { DefaultDelay = 250...