Page MenuHomePhabricator

Large sized GIF is not animated properly.
Closed, InvalidPublic

Assigned To
None
Authored By
seungrye
Apr 26 2016, 2:28 PM
Referenced Files
F1247019: gif_once.png
Apr 26 2016, 2:57 PM
F1247021: paddle_move_infinite.gif
Apr 26 2016, 2:57 PM
F1246977: paddle_move.gif
Apr 26 2016, 2:28 PM

Description

Reproduction steps:

  • Upload Large GIF file. (I attach F1246977 file already)
  • See thumbnail image.
  • Click thumbnail image. and see actual sized image.

Expected result:

  • Can see animated thumbnail image.
  • Can see actual size image that repeatedly animating.

Actual result:

  • Thumbnail sized image is not animated.
  • Actually sized image is not repeatedly animated. (just once)

Version (In my case)
phabricator 5e0644977f5152f56a669cc5c4219e333b7f3add (Sun, Apr 24)
arcanist 789aff85dbf96248c903376c7d6704ada31f294b (Sat, Apr 23)
phutil 1ea8d2ad6daa9fd64298db8cebfd1db0b9a1e678 (Sat, Apr 23)

Event Timeline

chad added a subscriber: chad.

Please fill in all required information for a bug report. Specifically missing are steps to reproduce and what version of Phabricator you are using.

@chad // I update the description, but I can't reopen this issue. Should I make a new bug report?

I don't have access to this server. How your server is set up is more important. What php version and what image library are you using? Is it only this gif or other large gifs as well?

The GIF data is set to repeat the animation only once (see circled control in footer):

gif_once.png (1×1 px, 198 KB)

Here's a version where I changed "Once" to "Forever", then exported it again:

paddle_move_infinite.gif (473×630 px, 906 KB)

That one repeats forever.

This does not appear to be a problem with Phabricator. If you want a GIF to repeat forever, save it with "Repeat Forever" instead of "Repeat Once" in its animation properties.

@epriestley // Oh, I don't know that. Cuz, OS X preview shows repeating animation.
Thanks Very much : )