Skip Menu |

This queue is for tickets about the Imager CPAN distribution.

Report information
The Basics
Id: 7582
Status: open
Priority: 80/
Queue: Imager

People
Owner: TONYC [...] cpan.org
Requestors: TONYC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Date: Thu, 9 Sep 2004 00:46:08 +1000
From: tonyc [...] cpan.org
To: bug-Imager [...] rt.cpan.org
Subject: the crop() method should allow relative values for the right and bottom borders
For example it should be possible to do: my $out = $img->crop(left=10, top=10, right=-10, bottom=-10); to remove a 10 pixel border from the image.