views:

1710

answers:

3

I want to use CSS sprites on a web site instead of separate image files, for a large collection of small icons that are all the same size. How can I concatenate (tile) them into one big image using ImageMagick?

+3  A: 
davr
A: 

Use the 'montage' tool: here are some instructions

Ludvig A Norin
A: 

I like this script for automatical sprite/css generation. "Building CSS sprites with Bash & Imagemagick"

russenreaktor