emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GDI+ take 3


From: Juanma Barranquero
Subject: Re: GDI+ take 3
Date: Wed, 15 Apr 2020 17:31:40 +0200


On Wed, Apr 15, 2020 at 5:10 PM Eli Zaretskii <address@hidden> 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?

reply via email to

[Prev in Thread] Current Thread [Next in Thread]