'Handling large images in HTML

I am trying to display a very large image in an HTML page. However, the image takes several seconds to render. Is there a way that I can render this image chunk by chunk as it loads instead of having to wait many seconds to see the full image all at once?

<img src="https://api.wolframalpha.com/v1/simple?i=Who+composed+Bohemian+Rhapsody%3F&appid=DEMO">
Or is there another method of doing this that will make this image render faster in HTML?


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source