If your server can return gif files, then you will need to implement your own GIF reading code, and use the pixel processing members of the `Texture2D` class. (It'll be easier to just set up your server to only return pngs.)
↧