- the parameters to crop() weren't handled correctly in most
authorTony Cook <tony@develop=help.com>
Fri, 8 Oct 2004 06:10:32 +0000 (06:10 +0000)
committerTony Cook <tony@develop=help.com>
Fri, 8 Oct 2004 06:10:32 +0000 (06:10 +0000)
commit676d5bb5017951cc47bfb13ba357b70065d3c3a9
treec48064de4f2ee5b112a2b0360e3fca97ce9146d1
parentee6f9750bd7bea501c0d53a34c408c06e3fd639d
    - the parameters to crop() weren't handled correctly in most
          cases other than supplying left,top,right,bottom.
        - clarified the documentation for crop() providing more detail
          and more examples
        - the edges of the cropped area are now cropped against the
          edges of the source image
        - cropping to zero width/height is treated as an error (no
          image is returned and $src->errstr has a message)
          Resolves https://rt.cpan.org/Ticket/Display.html?id=7581
        - built 0.43_01 for testing
Changes
Imager.pm
image.c
lib/Imager/Transformations.pod
t/t65crop.t
t/testtools.pl