emacs-devel
[Top][All Lists]
Advanced

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

Re: GDI+ take 3


From: Eli Zaretskii
Subject: Re: GDI+ take 3
Date: Wed, 15 Apr 2020 17:43:44 +0300

> From: Juanma Barranquero <address@hidden>
> Date: Wed, 15 Apr 2020 16:35:43 +0200
> Cc: address@hidden, Emacs developers <address@hidden>
> 
> > 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)

Does this display as expected, when w32-use-native-image-API is
non-nil?

And is there some place I can obtain this GIF file, to try it here?

Thanks.



reply via email to

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