On Tue, May 08, 2012 at 11:04:12AM -0400, CDRAKE via RT wrote:
Show quoted text> Tue May 08 11:04:12 2012: Request 77063 was acted upon.
> Transaction: Ticket created by CDRAKE
> Queue: Imager
> Subject: Rotate by 270 degrees introduces 1-pixel-high black border on 2 edges
> Broken in: 0.89, 0.90
> Severity: Normal
> Owner: Nobody
> Requestors: CDRAKE@cpan.org
> Status: new
> Ticket <URL:
https://rt.cpan.org/Ticket/Display.html?id=77063 >
>
>
> I'm too busy to double-check that the rotate command is the culprit, but
> I'm pasting some images "unrotated" and others that are 270-rotated onto
> various places in another image, and only the rotated ones have the
> curious black border showing up.
I have a suspicion of the problem.
I'm guessing you're doing:
my $rotated = $input->rotate(degrees => 270);
If you do:
my $rotated = $input->rotate(right => 270)
Does it fix the problem?
Tony