]> git.eshelyaron.com Git - emacs.git/commit
Fix loading multi-frame TIFF images via GDI+
authorJuan José García-Ripoll <juanjose.garciaripoll@gmail.com>
Sat, 18 Apr 2020 08:41:42 +0000 (10:41 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 18 Apr 2020 09:43:51 +0000 (12:43 +0300)
commita0c8c274d354f3901f076d163d3828ae55d13a2d
treef8ed610496670261c87148037800b3a68928db8a
parent93decaa131e3fc9de27b4f1fd5b56dc5f78ff198
Fix loading multi-frame TIFF images via GDI+

* src/w32image.c (w32_frame_delay): Don't try to compute frame
delay if GdipGetPropertyItemSize fails for PropertyTagFrameDelay.
(w32_load_image): Don't add 'delay' member to metadata if the
delay could not be determined.
src/w32image.c