bumptech/glide

Reading GIF information and getting playback callbacks

Open

#1.499 geöffnet am 5. Okt. 2016

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Java (6.176 Forks)batch import
GIFenhancementhelp wanted

Repository-Metriken

Stars
 (35.023 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 4T 10h) (11 gemergte PRs in 30 T)

Beschreibung

In a similar way to #192, this would be a feature request to get information from the loaded gif in terms of playback time, and being able to get callbacks on each frame to update the playback position. Think of implementing a video like UI on top of gif playback. Did look through the API and didn't find how this would be possible. Desired features:

  • Get total playback of the gif in milliseconds and/or frames.
  • Get current playback position in milliseconds and/or frames.
  • Seek to a specific playback frame.
  • Be updated on each frame through a callback.

Contributor Guide