Ever felt like images take too much storage? Too bad, because with this tool you can make them even larger. You can try it out here.
This converts any image to CSS, using a bunch of divs and linear-gradients.
- It creates a bunch of divs to equal the height of the image
- Sets each div to 1px high
- It traverses through each pixel and creates a very verbose linear-gradient string with hard color stops
I had an idea and some time.
Absolutely never. It will make your browser stop if you give it a large image.
When tested on a 14 KB png, it gave a 14 MB long string.