bumptech/glide

Reading GIF information and getting playback callbacks

Open

#1499 aperta il 5 ott 2016

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)Java (6176 fork)batch import
GIFenhancementhelp wanted

Metriche repository

Star
 (35.023 star)
Metriche merge PR
 (Merge medio 4g 10h) (11 PR mergiate in 30 g)

Descrizione

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.

Guida contributor