@@ -675,7 +675,7 @@ namespace Magick
675
675
std::string attribute (const std::string name_ ) const ;
676
676
677
677
// Extracts the 'mean' from the image and adjust the image to try
678
- // make set its gamma appropriatally .
678
+ // make set its gamma appropriately .
679
679
void autoGamma (void );
680
680
void autoGammaChannel (const ChannelType channel_);
681
681
@@ -709,7 +709,7 @@ namespace Magick
709
709
710
710
// Changes the brightness and/or contrast of an image. It converts the
711
711
// brightness and contrast parameters into slope and intercept and calls
712
- // a polynomical function to apply to the image.
712
+ // a polynomial function to apply to the image.
713
713
void brightnessContrast (const double brightness_=0.0 ,
714
714
const double contrast_=0.0 );
715
715
void brightnessContrastChannel (const ChannelType channel_,
@@ -891,7 +891,7 @@ namespace Magick
891
891
892
892
// Distort image. distorts an image using various distortion methods, by
893
893
// mapping color lookups of the source image to a new destination image
894
- // usally of the same size as the source image, unless 'bestfit' is set to
894
+ // usually of the same size as the source image, unless 'bestfit' is set to
895
895
// true.
896
896
void distort (const DistortImageMethod method_,
897
897
const size_t number_arguments_,const double *arguments_,
@@ -903,10 +903,10 @@ namespace Magick
903
903
// Draw on image using a drawable list
904
904
void draw (const std::list<Magick::Drawable> &drawable_);
905
905
906
- // Edge image (hilight edges in image)
906
+ // Edge image (highlight edges in image)
907
907
void edge (const double radius_=0.0 );
908
908
909
- // Emboss image (hilight edges with 3D effect)
909
+ // Emboss image (highlight edges with 3D effect)
910
910
// The radius_ parameter specifies the radius of the Gaussian, in
911
911
// pixels, not counting the center pixel. The sigma_ parameter
912
912
// specifies the standard deviation of the Laplacian, in pixels.
@@ -1137,7 +1137,7 @@ namespace Magick
1137
1137
// Returns the normalized moments of one or more image channels.
1138
1138
ImageMoments moments (void ) const ;
1139
1139
1140
- // Applies a kernel to the image according to the given mophology method.
1140
+ // Applies a kernel to the image according to the given morphology method.
1141
1141
void morphology (const MorphologyMethod method_,const std::string kernel_,
1142
1142
const ssize_t iterations_=1 );
1143
1143
void morphology (const MorphologyMethod method_,
@@ -1155,7 +1155,7 @@ namespace Magick
1155
1155
// pixels, not counting the center pixel. The sigma_ parameter
1156
1156
// specifies the standard deviation of the Laplacian, in pixels.
1157
1157
// The angle_ parameter specifies the angle the object appears
1158
- // to be comming from (zero degrees is from the right).
1158
+ // to be coming from (zero degrees is from the right).
1159
1159
void motionBlur (const double radius_,const double sigma_,
1160
1160
const double angle_);
1161
1161
@@ -1323,7 +1323,7 @@ namespace Magick
1323
1323
void resize (const Geometry &geometry_);
1324
1324
1325
1325
// Roll image (rolls image vertically and horizontally) by specified
1326
- // number of columnms and rows)
1326
+ // number of columns and rows)
1327
1327
void roll (const Geometry &roll_);
1328
1328
void roll (const size_t columns_,const size_t rows_);
1329
1329
@@ -1517,7 +1517,7 @@ namespace Magick
1517
1517
// the percentage of the difference between the original and
1518
1518
// the blur image that is added back into the original.
1519
1519
// threshold_
1520
- // the threshold in pixels needed to apply the diffence amount.
1520
+ // the threshold in pixels needed to apply the difference amount.
1521
1521
void unsharpmask (const double radius_,const double sigma_,
1522
1522
const double amount_,const double threshold_);
1523
1523
void unsharpmaskChannel (const ChannelType channel_,const double radius_,
0 commit comments