I am trying to create an animated gif in C # using a GifBitmapEncoder from a set of BitmapFrame objects, but I would like to be able to set the frame rate myself. Is there any way to do this? If this does not happen, will it be installed automatically (so that I can know how many frames I need to put in the encoder)?
source share