The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

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.