NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Saturday June 30, 2001
11:42 PM
more rotation
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.
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.