X-Git-Url: http://git.imager.perl.org/imager.git/blobdiff_plain/faa9b3e727c7c57aa07598dc0ba2ada24eb3f9a8..58cf0dc0212e64dd3bb3babb3c0d26924cbd92b1:/rotate.c diff --git a/rotate.c b/rotate.c index 5c09dcd6..21ca27a1 100644 --- a/rotate.c +++ b/rotate.c @@ -438,3 +438,17 @@ i_img *i_rotate_exact(i_img *src, double amount) { return i_matrix_transform(src, newxsize, newysize, matrix); } + +/* +=back + +=head1 AUTHOR + +Tony Cook + +=head1 SEE ALSO + +Imager(3) + +=cut +*/