Tag “design”
-
Page Layout Experiment
7 Feb 2013
This small experiment allows to try out interactively the so-called Gutenberg canon for page layout on different page sizes.
-
Create CSS Sprites with ImageMagick
24 Jan 2011
After colorizing the SVG icons I needed to create images suitable for CSS sprites out of them. The first step is rasterizing the SVG files, as I described in the previous article. We now have a bundle of PNG files, which…
-
Colorizing Icons with `sed`
24 Jan 2011
Creating colorized versions of a base icon usuallycalls for heavy Photoshop actions.
Recently I created an SVG file with some simple black-and-white icons I wanted to use in an application. The file contains a red…