From: Dirk Lemstra Date: Sun, 23 Apr 2017 07:26:20 +0000 (+0200) Subject: Documentation fix. X-Git-Tag: 7.0.5-5~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74fb738ade6bd7ac96438465e54b30d246f00761;p=imagemagick Documentation fix. --- diff --git a/Magick++/lib/Magick++/Image.h b/Magick++/lib/Magick++/Image.h index 835f3f660..efa1b9812 100644 --- a/Magick++/lib/Magick++/Image.h +++ b/Magick++/lib/Magick++/Image.h @@ -1250,7 +1250,8 @@ namespace Magick void roll(const Geometry &roll_); void roll(const size_t columns_,const size_t rows_); - // Rotate image counter-clockwise by specified number of degrees. + // Rotate image clockwise by specified number of degrees. Specify a + // negative number for degrees to rotate counter-clockwise. void rotate(const double degrees_); // Rotational blur image.