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 16:35:43 +0200


On Wed, Apr 15, 2020 at 4:28 PM Eli Zaretskii <address@hidden> wrote:

> What about GIF and TIFF images that have more than one frame?  Does
> that work as expected?

I don't have a multi-frame tiff around, but I just tested with an animated gif:

(gdb) n
246           status = GdipImageGetFrameCount (pBitmap, &pDimensionIDs[0], &frameCount);
(gdb) n
247           if (status == Ok && frameCount > 1)
(gdb) p status
$7 = Ok
(gdb) p frameCount
$8 = 150
(gdb)


reply via email to

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