I have a requirement where I have many images and need to create a slide show with various image transitions and I should be able to save it as a gif file along with image transitions.
I am able to create various transitions between the images in C# but not yet found out how to save it as a gif. There is a component NGif which allows to create a gif with multiple images. I tried to save the image at every trasition and then create a gif of all these images but it does not show the transtion effect but shows only the image to be shown next at different transition level with black backgroud.
Is there a way to create a gif with transition effects between the images?