|
This program takes a raster image (e.g. JPEG, PNG, TIFF, BMP, etc.) and
converts it to HTML using tables.
It has no legitimate use that I know of. It's the most horribly
inefficient way to represent an image that I can imagine:
Sample input BMP: 77,869 bytes
Sample output HTML: bytes.
Heed the warning on the index pagetranslating anything other
than dimensionally very small images may well crash your browser
because of the huge Web pages it generates. So, like, use at your
own risk.
But! It's fun. Wheeeee!
|