Setting the frame rate of an animated gif from GifBitmapEncoder

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)?

+4
source share

Source: https://habr.com/ru/post/1494995/


All Articles