more rotation

tonyc on 2001-07-01T04:42:29

Imager finally has exact image rotation with interpolation:

    my $rimg = $img->rotate(degrees=>$amount)

Under the hood this uses matrices to tranform the co-ordinates, so we should be able to add other transformations such as shearing fairly easily, and possibly even some perspective effects.