Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
Imager::Bing::MapLayer::Image - a wrapper for Imager objects
SYNOPSIS
my $image = Imager::Bing::MapLayer::Image->new(
pixel_origin => [ $left, $top ],
width => 1 + $right - $left,
height => 1 + $bottom - $top,
);
DESCRIPTION
This module is for internal use by Imager::Bing::MapLayer.