From: cristy Date: Mon, 7 Nov 2011 01:08:58 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6677 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f81c002c451c378931f448647755661a22b1890;p=imagemagick --- 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. % */