Glue

Glue is a simple command line tool to generate CSS sprites:

$ glue source output
  • Automatic Sprite (PNG+CSS) creation.
  • Support for multi-sprite projects.
  • Multiple algorithms available.
  • Automatic crop of unnecessary transparent borders around source images.
  • Configurable paddings per image, sprite or project.
  • Optional .less output format.
  • Automatic sprite images post-processing using OptiPNG.
  • Sprite- and Project-level configuration via static config files.
  • Configurable cache busting for sprite images.
  • Customizable output css templates.
  • Customizable CSS class names.

Indices and tables

Table Of Contents

Next topic

Installing Glue

This Page