Changes for version 0.02 - 2013-06-30

  • improved CSS class names generation
  • improved POD

Modules

Combine several images into a single CSS sprite
Layout interface for items placed on a 2D grid.
my $DirectoryBasedLayout = CSS::SpriteMaker::Layout::DirectoryBased->new( { "1" => { width => 128, height => 128, pathname => '/full/path/to/file1.png', parentdir => '/full/path/to', }, ... } );
Layout items trying to minimize the size of the resulting file.
Attempt to optimally pack multiple boxes into a rectangular bin.