function readGIF(filename) { if (calcMemSizeNeeded(filename) > memoryFree()) { displayGifPlaceholder(); } }
I guess one of the other issues there though is websites that 'stream' animated gifs that never end. Still, you could just disable those for now.
I guess one of the other issues there though is websites that 'stream' animated gifs that never end. Still, you could just disable those for now.