]> git.imager.perl.org - imager.git/blobdiff - rotate.c
flood fill fix added to changelog.
[imager.git] / rotate.c
index 5c09dcd601c7052eef9616ff7d3d370c90aadf48..21ca27a127e23259c049c84937f1ecd6ec7f127b 100644 (file)
--- 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 <tony@develop-help.com>
+
+=head1 SEE ALSO
+
+Imager(3)
+
+=cut
+*/