Imager::Tiler

A package to aggregate images into a single tiled image via Imager
Download

Imager::Tiler Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Dean Arnold
  • Publisher web site:
  • http://search.cpan.org/~darnold/

Imager::Tiler Tags


Imager::Tiler Description

A package to aggregate images into a single tiled image via Imager Imager::Tiler is a Perl module that creates a new tiled image from a set of input images. Various arguments may be specified to position individual images, or the default behaviors can be used to create an reasonable placement to fill a square image.SYNOPSIS use Imager::Tiler qw(tile); # # use computed coordinates for layout, and retrieve the # coordinates for later use (as imported method) # my ($img, @coords) = tile( Images => , Background => 'lgray', Center => 1, VEdgeMargin => 10, HEdgeMargin => 10, VTileMargin => 5, HTileMargin => 5); # # use explicit coordinates for layout (as class method) # my $explimg = Imager::Tiler->tile( Images => , Background => 'lgray', Width => 500, Height => 500, Coordinates => ); Requirements: · Perl


Imager::Tiler Related Software