X-Git-Url: http://git.imager.perl.org/imager.git/blobdiff_plain/67d441b2217e8c5831cba1c344146683fa07a0ba..b1736e02fc399356d27fd45919adde71c192d1c4:/lib/Imager/Transformations.pod diff --git a/lib/Imager/Transformations.pod b/lib/Imager/Transformations.pod index 63250df2..33f6a301 100644 --- a/lib/Imager/Transformations.pod +++ b/lib/Imager/Transformations.pod @@ -166,7 +166,7 @@ scale() will fail if C is set to some other value. For example, if the original image is 400 pixels wide by 200 pixels high and C is set to 300, and C is set to 160. When C is C<'min'> the resulting image is 300 x 150, when C is -C<'max'> the resulting image is 320 x 150. +C<'max'> the resulting image is 320 x 160. C is only used if both C and C are supplied. @@ -577,7 +577,7 @@ sub image to be pasted. If the source image has an alpha channel and the target doesn't, then the source is treated as if composed onto a black background. -If the source image is color and the target is gray scale, the the +If the source image is color and the target is gray scale, the source is treated as if run through C<< convert(preset=>'gray') >>. =item rubthrough() @@ -604,7 +604,7 @@ Parameters: =item * -C, C - location in the the target image ($self) to render the +C, C - location in the target image ($self) to render the top left corner of the source. =item * @@ -662,7 +662,7 @@ C - the source image to draw onto the target. Required. =item * -C, C - location in the the target image ($self) to render the top +C, C - location in the target image ($self) to render the top left corner of the source. These can also be supplied as C and C. Default: (0, 0). @@ -963,7 +963,7 @@ L, L =head1 AUTHOR -Tony Cook , Arnar M. Hrafnkelsson +Tony Cook , Arnar M. Hrafnkelsson =head1 REVISION