shanbady / img2css

Convert any image to a pure css image.

Home Page:http://javier.xyz/img2css/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

img2css

This is a tool that can convert any image into a pure css image.

Live demo

img2css

How this works?

Well, it just puts the image in a canvas, calculates an array with the rgb values, and then... just creates a single pixel shadow for every value!

Why?

Hum... to demonstrate the power of CSS!

And this may have another interesting properties, like creating a loading screens with pixel art.

About

Convert any image to a pure css image.

http://javier.xyz/img2css/


Languages

Language:JavaScript 57.2%Language:HTML 22.7%Language:CSS 20.1%