windowsphonehacker / SparklrWP

WIP WP client for sparklr.me
MIT License
5 stars 1 forks source link

GIF files are not supported #53

Closed ChrisK91 closed 11 years ago

ChrisK91 commented 11 years ago

Currently, GIF files are not supported by the application. If the ImageSource is set to a GIF, the application crashes. We should add ImageTools to display more file formats.

ChrisK91 commented 11 years ago

ImageTools seems to be included in the AviarySDK, so we don't even have to add new references.

Marocco2 commented 11 years ago

Pss... Video support? (but hidden)

ChrisK91 commented 11 years ago

I did some work on the sparklrText to properly release images when the control is recycled by the list view. Still, the gifs take up a lot of ram. We can think about using a placeholder so that GIFs only play in the pinch-to-zoom view. This way we would only have one GIF loaded at a time.