Image2Table splits any .NET supported image type (gif, jpeg, png, etc) into an html table containing multiple images to speed page loading. An example appears below as well as sample source code at the bottom of the page:

Original:

Split into 4 pieces:

Split into 16 pieces:

Split into 32 pieces:

The code used to create above image is:

<imghelper:Splitter id="Splitter3" runat="server" 
            SRC="image3.jpg" CachePath="/Image2Table/thumbnails"
                Pieces="32"></imghelper:Splitter>