The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.01 - 2016-08-13

  • Speed up sprite generation (no need for color maps!)
  • Add enable_colormap option

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', }, ... } );
my $FixedDimensionLayout = CSS::SpriteMaker::Layout::FixedDimension->new( # example $rh_item_info input structure { "1" => { width => 128, height => 128, }, ... }, # max 10 items on the same row, { dimension => 'horizontal', n => 10 }, );
Layout items trying to minimize the size of the resulting file.
A node of the Packed Layout