Changes for version 0.03
- FixedDimension layout algorithm
- test FixedDimension layout algorithm
- pluggable layouts can now accept parameters
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.