GD::Tiler

Package to aggregate images into a single tiled image via GD
Download

GD::Tiler Ranking & Summary

Advertisement

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

GD::Tiler Tags


GD::Tiler Description

Package to aggregate images into a single tiled image via GD GD::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 GD::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 = GD::Tiler->tile( Images => , Background => 'lgray', Width => 500, Height => 500, Coordinates => ); Requirements: · Perl


GD::Tiler Related Software