From 7f81c002c451c378931f448647755661a22b1890 Mon Sep 17 00:00:00 2001 From: cristy Date: Mon, 7 Nov 2011 01:08:58 +0000 Subject: [PATCH] --- MagickCore/shear.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/MagickCore/shear.c b/MagickCore/shear.c index da0f8b227..62720c6ac 100644 --- a/MagickCore/shear.c +++ b/MagickCore/shear.c @@ -33,12 +33,11 @@ % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % -% The RotateImage, XShearImage, and YShearImage methods are based on the -% paper "A Fast Algorithm for General Raster Rotatation" by Alan W. Paeth, -% Graphics Interface '86 (Vancouver). RotateImage is adapted from a similar -% method based on the Paeth paper written by Michael Halle of the Spatial -% Imaging Group, MIT Media Lab. -% +% The XShearImage, and YShearImage methods are based on the paper "A Fast +% Algorithm for General Raster Rotatation" by Alan W. Paeth, Graphics +% Interface '86 (Vancouver). RotateImage is adapted from a similar method +% based on the Paeth paper written by Michael Halle of the Spatial Imaging +% Group, MIT Media Lab. % */ -- 2.40.0