moagrius / TileView

TileView is a subclass of android.view.ViewGroup that asynchronously displays, pans and zooms tile-based images. Plugins are available for features like markers, hotspots, and path drawing.
MIT License
1.46k stars 337 forks source link

Support GIF? #492

Closed xutao29 closed 5 years ago

moagrius commented 5 years ago

how you get the stream, and what the stream decodes to, is up to you. if you have a way to get an InputStream from a gif that will decode into a Bitmap instance, it'll work out of the box. the library itself is intended to be black box in that regard and not care whether you have jpg files or png files or svg instructions or drawing classes or anything else.