Skip Menu |

This queue is for tickets about the Imager CPAN distribution.

Report information
The Basics
Id: 77063
Status: resolved
Priority: 0/
Queue: Imager

People
Owner: Nobody in particular
Requestors: CDRAKE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in:
  • 0.89
  • 0.90
Fixed in: (no value)



Subject: Rotate by 270 degrees introduces 1-pixel-high black border on 2 edges
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.
Subject: Re: [rt.cpan.org #77063] Rotate by 270 degrees introduces 1-pixel-high black border on 2 edges
Date: Wed, 9 May 2012 10:52:49 +1000
To: CDRAKE via RT <bug-Imager [...] rt.cpan.org>
From: tonyc [...] cpan.org
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
0.91 fixes this, but I'm seeing rare test failure from CPAN testers
I couldn't find the failing reports, so I'm closing this ticket. Please let me know if you're still having this problem with Imager 0.91. Thanks. Tony