Turn images into HTML
Digital images such as jpg, bmp or gif are made of pixels organized on a grid, in a simplified way each pixel rappresents a color and, like a mosaic, many pixels create the final image. With this simpe concept in mind Neil Fraser came out with the idea of a script to “decode” an image into pure html code and output a quite large table where each cell is 1px by 1px with the background color matching the source image colors.
The results? Interesting.
The use? Geeky entertainment, I guess!
You can try it for yourself at his website http://neil.fraser.name/software/img2html/
Bitmap image,pixels detail.
Google Street View the next voyeur Heaven?
Comments : No Comments »Cross browser bulletproof check
Comments : 1 Comment »Format and Optimize your CSS
In case there’s a need to clean up a css, removing empty lines and unnecessary backslashes, optimizing selectors and properties…and why not, decreasing the file size, here’s a quick tool.
If you style sheet is quite big I suggest to optimize small parts at a time and test that everything is working as expected ,just make sure you keep a backup copy of your files before editing, when things get nasty better be safe than sorry.









Recent Comments