On Wed, Apr 15, 2020 at 5:10 PM Eli Zaretskii <eliz@gnu.org> wrote:
> Are the values of delay returned by w32_frame_delay similar to what
> you get with libgif animation?
Sorry, I don't understand. With the native animation w32_frame_delay returns 6.
253 status = GdipImageSelectActiveFrame (pBitmap, &pDimensionIDs[0],
(gdb) n
255 *delay = w32_frame_delay (pBitmap, frame);
(gdb) n
256 *nframes = frameCount;
(gdb) p *delay
$1 = 6
(gdb)
How do I get the equivalent value when using libgif?