bumptech/glide

Reading GIF information and getting playback callbacks

Open

#1 499 ouverte le 5 oct. 2016

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)Java (6 176 forks)batch import
GIFenhancementhelp wanted

Métriques du dépôt

Stars
 (35 023 stars)
Métriques de merge PR
 (Merge moyen 4j 10h) (11 PRs mergées en 30 j)

Description

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.

Guide contributeur